FetchDefaults Property

Microsoft Access Visual Basic

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