query warnings are permanently off on my pc

A

Andrew Brill

Since sometime yesterday, whenever i double click a query in any database on
my machine it runs the query without confirmation and no details as to how
many records fail etc. Exactly how it would if docmd.setwarnings false had
been set.
I've tried entering databases with shift to prevent code running, i've tried
different databases, i've rebooted, i've entered docmd.setwarnings true in
the immediate pane and none of it gives me warnings back.

Running Access 2003 SP2. Anyone any ideas how to get them back?
 
K

Ken Snell \(MVP\)

Additionally, if VBA programming turned off the messages, it's good to run
the following code step in the VBE Immediate Window:

DoCmd.SetWarnings True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top