repair/compact database

iattlakerod

Registered User.
Local time
Today, 09:35
Joined
Jan 12, 2003
Messages
12
I am tired of having to manually [Repair & Compact] my database. I have been trying to figure out how to do this automatically when closing the database, both in a single and multi-user environment. I've tried a few things but haven't been successful. Any Tips?
 
Search on this forum for code to compact your database and then call that code with a macro as you close your database.
 
thanks, I think.
I'll look around and see what I come up with. The idea sounds like it'd work but hopefully I'll find the answer within the forum.
 
compact on close option

you have a database Tools\options\General\'compact on close'

select this check box and current database will compact when its closed
 
Re: compact on close option

RonB said:
you have a database Tools\options\General\'compact on close'

select this check box and current database will compact when its closed

In a multi-user environment you would have problems, I think, compacting the database if it's currently in use by aother user.
 

Users who are viewing this thread

Back
Top Bottom