Visual Basic Code for a Required Drop Down Menu Form Field
I have a multiple-page Word form that has many fields, most of which are optional. I have been able to add Visual Basic modules to certain form fields at the beginning of the form to require those fields be completed -- these are fields that contain some type of text or date fields. There are other fields that contain drop down menus, some of which contain 2-3 options, others that contain many more options, but they are all single choice menus. The code I'm using for the text fields does not work with the drop-down fields and I don't know how to write the code to be used with these fields. Can someone provide the code or direct me to a source with this information?
|