Sometimes you need to refference SharePoint form fields for manipulation. I usually use JavaScript. With SharePoint 2.0 you can refference a form field with document.getElementsByName(urn:schemas-microsoft-com:office:office# Field_Name )[0] where Field_Name is the SharePoint name of the field (you can...