Mininum User Permissions for a shared file

A

Anatoly Kurilin

Hi, I'm going to place the back end Access data file in a shared folder for
common use. Which mininum permissions should I grant users for reading,
editing, deleteing and creating records in that file but without allow
somebody to delete that file from the shared folder.

It would be also welcome if nobody could copy that file.


Thanks in advance,
AK
 
J

Joan Wild

They users need modify permissions on the folder, so that they can create
the associated ldb file. Without the create permission the backend will get
opened exclusively. They do not need delete permission on the folder.

Given these permissions you can't stop them from copying the file.

Consider hiding the share where the backend is located \\server\share$
rather than \\server\share
 

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

Top