Access settings?

M

Mark

I’m using Access 2002 and have found an issue which I cannot resolve. I am
forced to create new queries where I just want it to close without saving
changes. If I create a query and try to exit, I cannot without naming it. Any
ideas where this option or problem originates?
Thanks,
Mark
 
D

Duane Hookom

I expect your warnings have been set off. Try open the debug window (press
Ctrl+G) and enter:
+-------------------------
|DoCmd.Setwarnings True
|

Then, you might want to check the Tools->Options->Edit/Find->Confirm and any
code that might be setting the warnings to False.
 

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