Hello,
Introduction
As would be expected, most people have designed their Ms Access Application by splitting the database, forms, queries, reports in the Front-end, while the tables that holds the data are in the back-end.
The Frontend is distributed to users on their desktops, while the backend is accessible from a shared folder. The front-end access the back-end through linked-tables.
I have followed the security steps outlined in this website
http://www.pointafter.com/Archives/nl0201.htm. Users will find it 'harder' to open the backend.
Problem/Question
I would like to take Ms Access security a bit further. Can I remove network access rights to the backend for all users so that they cannot copy the backend mdb and take it home?
They can only use the frontend at their desktop, which in turn can only access the backend.
Something like how ASP works, grant network access of backend to single user "frontend". The frontend will have internal code to connect to shared backend using the lanid "frontend"
Introduction
As would be expected, most people have designed their Ms Access Application by splitting the database, forms, queries, reports in the Front-end, while the tables that holds the data are in the back-end.
The Frontend is distributed to users on their desktops, while the backend is accessible from a shared folder. The front-end access the back-end through linked-tables.
I have followed the security steps outlined in this website
http://www.pointafter.com/Archives/nl0201.htm. Users will find it 'harder' to open the backend.
Problem/Question
I would like to take Ms Access security a bit further. Can I remove network access rights to the backend for all users so that they cannot copy the backend mdb and take it home?
They can only use the frontend at their desktop, which in turn can only access the backend.
Something like how ASP works, grant network access of backend to single user "frontend". The frontend will have internal code to connect to shared backend using the lanid "frontend"