Access settings?

  • Thread starter Thread starter Mark
  • Start date Start date
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
 
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.
 
Back
Top