Access to Users

  • Thread starter Thread starter Andre Adams
  • Start date Start date
A

Andre Adams

How do I give access to Users on the database? Whenever I try to log someone
in, it tells me that the user doesn't have the necessary permission to access
it. How do you unlock the database so that users can at least recieve the
screen to log in using a Username and Password?
 
Is the database split?
It sounds like the database is not split and that you have it on a network
folder where the users don't have permissions.

You database should be split.
Each user should have a copy of the front end on their own computer.
The front end should be linked to the tables in the back end database.
The back end database should be on a network folder where users have read,
write, delete permissions.
 
Back
Top