I have created several templates using Word 2000 which have a number of drop down form fields, text form fields and check boxes with associated code. I have been asked if I can have the templates work with Word 97.
I have tested the templates with Word 97 and the code that checks the drop down form fields fails. My Word 97 help has very little about form fields. Would I have to make major changes to the template the have the code work?
The code that is causing problems at the moment is line 2 below
Name = Selection.Bookmarks(1).Name
If ActiveDocument.FormFields(Name).Result = "Select Title" Then
Any suggestions appreciated as I am no expert at this.



