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