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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable Action Query Messages

Status
Not open for further replies.
Aug 29, 2002
14
US
I want to write code that disables the messages that appear when you run an action query. I have a database that configures a large report and I don't want the user to have to keep clicking the OK button.

Any help is appreciated.
 
I think it was
Code:
DoCmd.Warnings = False

Have a look.


Vince
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top