Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runtime Access Query Confirmation? Why?

Status
Not open for further replies.

jdbass

Programmer
Oct 1, 2003
3
US
I have an Access backend on the server and am attempting to distribute the front-end using Access Runtime. The problem is users with Runtime get all of the query confirmation messages...even though the database that they are using has them all turned off in the Options menu.

I know I can do SetWarnings False/True to work around this, but I want to know if there is an easier way. Thanks!
 
You can use the SetOption to set the options which appear on the Options menu: SetOption "Confirm Action Queries", 0

See help topic for "Set Options from Visual Basic".

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top