Link to home
Start Free TrialLog in
Avatar of vbnetcoder
vbnetcoder

asked on

error when trying to compact and repair database. acceb file already in use

I get an error when trying to compact and repair database.  See the screenshot.User generated image
Avatar of Jeffrey Coachman
Jeffrey Coachman
Flag of United States of America image

This sometimes happens when you have two database files open.
Close one file, ...then try again...

Else, open the folder the database resides in, ...and see if a locking file (.ldb or .laccdb) exists.
If so, delete the locking file and try again...
Or even sometimes this will happen if you "inadvertently" open the same db file twice.

Simply close one of the instances and try again...
User generated image
Jeff
ASKER CERTIFIED SOLUTION
Avatar of PatHartman
PatHartman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vbnetcoder
vbnetcoder

ASKER

ty