Team LiB
Previous Section Next Section

SetWarnings

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


Team LiB
Previous Section Next Section