Setting Access options in code

R

Rob

Yes, I believe it is possible.

The way to turn of the confirmation for action queries in
code is to use:
SetOption "Confirm Action Queries", False

Many other options are available with SetOption as well.

Rob
 
J

John Ford

Thanks Rob, is there printed or online documentation for
setting these types of options?
 
Top