Network Folder Permissions

C

Chrystal

I have an access database on a shared network folder. This database is used
by mulitple users with full access to the shared folder on the network. We
have a new user that only has read rights on the shared folder. Can I create
a local database with linked tables to the shared database for this
individual without changing his shared folder permissions?
 
T

Tom van Stiphout

On Mon, 8 Sep 2008 17:16:52 -0400, "Douglas J. Steele"

Possible work-around:
Make the share read-write for this user.
Give him a shortcut to your application, and include the /readonly
command-line switch.

-Tom.
Microsoft Access MVP
 
D

david

Chrystal said:
I have an access database on a shared network folder. This database is used
by mulitple users with full access to the shared folder on the network. We
have a new user that only has read rights on the shared folder. Can I
create
a local database with linked tables to the shared database for this
individual without changing his shared folder permissions?

If you do that, he will be able to read-only the shared database.

But he won't be able to read the database if anyone else is using it.
And no one else will be able to use it if he is reading it.

A work around is to remove delete permission from all users.
Then open the database to create an ldb file.
Then give him r/w permission on the ldb file.

Then create the linked table local database.

This will allow him to have proper read-locks on the read-only
database, which will allow him to share the read-only linked
database with read-write users.

I think. It's been a while since I tried anything like that.
You have to delete the ldb file if you need to compact/repair the database.

(david)
 
D

David W. Fenton

I have an access database on a shared network folder. This
database is used by mulitple users with full access to the shared
folder on the network. We have a new user that only has read
rights on the shared folder. Can I create a local database with
linked tables to the shared database for this individual without
changing his shared folder permissions?

It's not at all clear to me what you want.

The user in question is in a group that has read-only rights. That
will mean any files in the share will be read-only. If that's what
you want, then I just don't see what your question is.

To manage groups of users who need different rights on a share, you
create different user groups with different permissions provided for
the shares. It's better to create custom groups than it is to use
built-in groups (like users), because that gives you finer control
over who is a member (and still makes it possible to add large
groups of users in one fell swoop by simply adding their user group
as a member).

If, for instance, your Authenticated Users group has full
permission, but you want some people to have read-only, then create
a new user group (say "Read-Only Users") and apply DENY permission
to the folder for that user group on the create/modify/etc.
permissions. That will allow you to deny write to someone who is a
member of a default group and can't be removed (or who needs to be
in that group for other purposes). Remember, DENY permissions
override all other permissions (exactly the opposite of Jet
user-level security, BTW).
 

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