Problem with LDB table

S

Stan

I have a shared DB on a network drive. My problem is that
users are closing out of the DB at night, but the LDB is
still showing the user logged in. The problem this causes
is that I do various updates each morning that require
exclusive use of the DB. If the LDB is showing users in
the DB I cannot perform the update. Is there a way to over
ride the LDB.

The only way I have found is to have my Network admin copy
the the DB and delete both the MDB and the LDB.
 
A

Alex Ivanov

Probably your users don't have delete rights to the database folder, but
they should.

Alex.
 
Top