Why is a db#.mdb created each time I close my database?

U

uptake24875

Every time I close my access database, a "backup"version of my database is
automatically created with a sequential suffix (e.g. db1, db2, db3...). Why
is this, how do I change this setting.
 
T

tina

well, if you have the Compact on Close option turned on, and the database is
unable to compact successfully for some reason, i suppose that might result
in the files you're seeing created. to check it out: open the database to
the database window. on the menu, click Tools | Options | General tab and
look for a checkmark in the Compact on Close box about halfway down the left
side of the dialog box. if it's checkmarked, remove the checkmark, click
Apply and then OK. then try to compact the database by clicking Tools |
Database Utilities | Compact and Repair. see if you get an error message, or
a message of any sort, at some point before or during the compact.

hth
 
J

John Spencer

Another option is that you don't have delete privileges on the folder where
the database resides. That is really easy to check. Try deleting one of the
multiple copies - if you can then you do have delete privileges. If you
can't then you or your IT department (if you have one) must set up privileges
on the folder that allow you to delete items in the folder.

John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
 
U

uptake24875

I checked the delete privileges and I can delete files in that folder. I
also checked the compact on close feature and that was checked, but when I
ran through the process of manually repairing/compacting, I didn't get any
errors.

Any other ideas?

thanks in advance!
-Bryan
 
T

tina

no, i've emptied my bag of WAGs. hopefully somebody else will have an idea.
good luck with it!
 

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