Access control

  • Thread starter Thread starter DD
  • Start date Start date
D

DD

I need to allow user read the database only , when I remove the user modify
access it become only one user can access at one time, when second user to
try access the database, the error"couldn't use file, file in use"

What is the best way that to control user only can view the database ?
 
I would split the database. This way you would not run into that problem
with multiple users with different access.
 

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