On Close Query Should Prompt To Save

G

GirlInfo

How can I stop Access from saving a change in a query design when I hit
either the x or close?

It is not prompting me to save. Just closing the query. So if you don't
want to keep the changes you made you have not way to back out.

Thanks,
Theresa
 
J

Jeff Boyce

Theresa

When Access is doing that, it usually means that the warning messages have
been turned off. You can create a macro that runs the SetWarnings command
and turn the warnings back on.
 
Top