print list of form field names

G

Greg Allmer

Is there a way to print a list of form field names or better yet export them
to a word document so I can copy and paste them into the VB code.
 
D

Dodo

Is there a way to print a list of form field names or better yet
export them to a word document so I can copy and paste them into the
VB code.

Go through:

Tools/Analyze/Documenter/

Select the form/report/whatever and set the details of the review in the
Options.
 
Top