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

Remove confirmation querys action messages

Status
Not open for further replies.

poliv

Programmer
Jun 3, 2000
48
US
I want to remove the confirmation messages when I execute a query action. But I want to do it with code when I open the application.

Thanks
 

before running code
docmd.setwarnings false

after running code
docmd.setwarnings true

Leckie
 
This doesn't always work, not with Access 97 anyway. You also need to look at the options to remove the action query confirmation check. Or so one of my customers did. Peter Meachem
peter@accuflight.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top