how do i lock a shared database?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've created a shared database where I am the primary editor of it. How can I
lock this database so that all others can only view it in read-only mode even
when I'm not using it at the time?

Thanks.
 
Easier yet, use Windows security. Give them read only priv. on the .mdb file.
More details here:

Introduction to .ldb Files
http://support.microsoft.com/?id=299373

This article includes the following statement:

"If you plan to share a database, the .mdb file should be located in a
folder where users have read, write, create, and delete privileges. Even if
you want users to have different file privileges (for example, some read-only
and some read-write), all users sharing a database must have read, write, and
create permissions to the folder. You can, however, assign read-only
permissions to the .mdb file for individual users while still allowing full
permissions to the folder."


Tom

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________

:

Well, you could implement Access security...
__________________________________________


I've created a shared database where I am the primary editor of it. How can
I lock this database so that all others can only view it in read-only mode
even when I'm not using it at the time?

Thanks.
 

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

Similar Threads


Back
Top