Links and security

M

MikeM

I have an Access database(OnHand.mdb) that I have linked to another Access
database(GetFiles.mdb).

I don't want anyone messing with the GetFiles.mdb so I gave people no
access. In my testing of the OnHand database it worked fine I have admin
rights to that folder. I tried it with another user account without access
to that directory and I get an error that the linked tables aren't working.
How can I get around giving the user any rights to the GetFiles.mdb
folder/file?


MikeM
 
T

Tim Ferguson

I don't want anyone messing with the GetFiles.mdb so I gave people no
access.

When you say "messing with"..?
In my testing of the OnHand database it worked fine I have
admin rights to that folder. I tried it with another user account
without access to that directory and I get an error that the linked
tables aren't working.

Well, no: if they cant access the file, then they can't access the data.
How can I get around giving the user any rights
to the GetFiles.mdb folder/file?

Use Access security: remove all permissions from the tables and moderate
all interaction with the data using WITH OWNER ACCESS queries.


Hope that helps


Tim F
 

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