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

How to turn off the alert for action query in Access 97?

Status
Not open for further replies.

jinglin

MIS
May 4, 2004
72
0
0
US
I went to Tools, Options and then choose Edit/Find tab. I unchecked the mark for the Action Queries in the area of Confirm section. But when my actions are run, an alert message still pops up? Can you tell me why?
Thanks!!

Jinglin
 
I dunno, but you can use setwarnings to no in a macro to solve the problem.

ChaZ
 
Thanks for info.

Actually in the form_load event, I used:
docmd.setWarnings false
and in the form_unload event:
docmd.setwarnings true 'in order to reset it back to on

and they worked.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top