database automatic copy

fanfan2

Registered User.
Local time
Today, 09:41
Joined
Feb 26, 2007
Messages
61
I put the access database on the server. The user opens from his machine, everytime he closed the database file, it automatically made a copy of the database. how can I solve this? (I made the database with 2007 version and saved as 2000 version, the user uses 2003 version).
Thanks.
 
fanfan2,

I'd guess that you have the database set to Compact/Repair on Close. If
your database is corrupted, the process will fail and you'll see files named
db1, db2, db3 ...

Try importing your database objects into a new database. It will fail when
it reaches the bad element. Then fix that component.

Wayne
 

Users who are viewing this thread

Back
Top Bottom