save on exit

Mcgrco

Registered User.
Local time
Today, 02:21
Joined
Jun 19, 2001
Messages
118
Any time i opena table or query it asks me to save it on exit. This is really anoying as sometimes you want to use a temp query. Does anyone know how I can change this
 
Go to Tools >> Options >> Edit/Find and uncheck record changes, Document Deletions and Action queries

IMO
 
Thanks I just worked it out . It was a simple case of not setting the warnings on.
Dooooh
 
Setting warnings off is VERY dangerous if you are modifying objects. If you simply close some object that you have spent an hour modifying without saving, you will NOT be prompted. All of your changes will be lost.
 
Basically, if you are setting the Set Warnings Off, make sure you set them back On immediately after the tables are closed that you are modifying, or you will hvae the problems Pat is talking about. WHen you set warnings off, you are actually setting them off for Access period, even when working on forms in design view, etc.
 

Users who are viewing this thread

Back
Top Bottom