Quick Question - Confirming Save Changes

E

EricG

This should be simple - for some reason my database has stopped asking me if
I want to save changes to forms, queries, etc when I close them after
editing. This is bad, because sometimes I'm just experimenting and if the
experiment doesn't work, I don't want to save the changes.

Is there an option in Access somewhere that turns the confirmation of saves
back on?

Thanks,

Eric
 
G

ghetto_banjo

for some reason my first post didnt post, so this might be a duplicate
if it does show up.


but perhaps you are turning off the warnings in a macro or vb code?
if that is the case, make sure you turn them back on at the end of the
macro or code.

in code it is:

DoCmd.SetWarnings True
 
E

EricG

Yes, that was it exactly. I missed one location where I forgot to reset the
warnings. Thanks for your input!

Eric
 

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