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

See Also

Concepts

Form Object

Form Object Members