I am a novice so bear with me. I am responsible for a sql database with an access front end. I have a user that goes directly into the sql tables from his computer and modify them. Can I prevent him from seeing these tables?
I bet they are linked tables directly from access to SQL Server via the linking manager am I correct? Because of this you should compile an executable from access and give him that rather than allowing him access to the .mdb file.
You need to make an .mde file instead of allowing access to the .mdf. When they have access to the .mdf they can makes structural changes to the database. The .mde prevents this from happenening.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.