Document.SaveFormsData property (Word)
True if Microsoft Word saves the data entered in a form as a tab-delimited record for use in a database. Read/write Boolean.
Syntax
expression. SaveFormsData
expression A variable that represents a Document object.
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 check box in the Save options area on the Save tab in the Options dialog box.
temp = ActiveDocument.SaveFormsData
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.