Access Won't Ask To Save...

R

richardfoc

i have am working on an access database in access 2000 file format and there
are times when i make changes to a table, query, report or macro that it
won't ask me if i want to save changes. usually when i first open the
database it asks but as time goes by it will stop asking. needless to say
this is very irritating and i was wondering if there was some setting that i
need to change to prevent this from happening. the oddest thing is that it
only happens with one database. all my other ones (even ones on the same
server) work fine.

thanks for any help you folks can give me!
 
J

Jeff Boyce

From your description, it sounds like the warning messages have been turned
off. A quick way to turn them back on is to create a macro with the
SetWarnings action set to on/true/yes and run it.

Regards

Jeff Boyce
<Access MVP>
 
Top