Other users can only open my db as read-only

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Windows XP / Access 2002

When other users try to open a db I've created, they can only open it as a
read-only version and can not save edits to the db. I'm hoping someone can
suggest what might be causing this behavior and how to fix it. Thanks.

Bob
 
They must have Change permission (Read, Write, eXecute and Delete) on the
folder where the MDB exists.

This is because the first user into the database creates a locking file
(.ldb) in the folder, subsequent users update that file, and the last user
out of the database deletes 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

Back
Top