Microsoft Access VBA Programming for the Absolute Beginner

Turns warning messages on or off.

Syntax

DoCmd.SetWarnings WarningsOn

where WarningsOn is a Boolean that indicates whether warning messages are on (True) or off (False).

Example

See the example for the Rename method.

Comments

Категории