SaveFormsData Property
Applies To
Document object.
Description
True if Word saves the data entered in a form as a tab-delimited record for use in a database. Read/write Boolean.
See Also
DataForm method, PrintFormsData property.
Example
This example sets Word to save only the data entered in a form
ActiveDocument.SaveFormsData = True
This example returns the current status of the Save data only for forms option on the Save tab in the Options dialog box.
temp = ActiveDocument.SaveFormsData