Form.FetchDefaults property (Access)
Returns or sets a Boolean indicating whether Microsoft Access shows default values for new rows on the specified form before the row is saved. True if Access shows the default values for new rows on the specified form. Read/write.
Syntax
expression.FetchDefaults
expression A variable that represents a Form object.
Example
The following example sets a form to show default values for new rows.
Forms(0).FetchDefaults = True
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.