Setting Access options in code

  • Thread starter Thread starter Rob
  • Start date Start date
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
 
Thanks Rob, is there printed or online documentation for
setting these types of options?
 
Back
Top