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.
expression.FetchDefaults
expression A variable that represents a Form object.
The following example sets a form to show default values for new rows.
Forms(0).FetchDefaults = True
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.