I have built split databases (front-end / back-end), and have limited knowledge on implementing security, but have never dealt with security issues on split databases. Currently the user has a database (Access 2k) that is on a network drive in a folder that no one else has permission to access. They want to open it up so that other users can have limited use to information in a few tables. Some tables/fields the general user is not allowed to see, some he can read only, and others he can have full edit priveledges. There will probably be 20 users, and 5 Administrators. I have split the database, and plan to make seperate Administer and General User front ends and put the front ends on individual machines. In the past I have done some very limited security using a combination of .mde files, user groups and permissions, pop-up forms, hiding the data base window, hiding menus, etc; but I do not how to tie this together. I am hoping that I can get some general strategy or references to accomplish the following or answer the following:
1) I would like the General Users to only be able to link to certain tables. If the link needs to be restored they can only restore these certain tables. There are things in certain tables that I do not want them to see.
2) Of the tables that they can link, they can only view data in certain tables and will have add/edit/delete in others.
3) Users can not delete or copy the back end.
4) Not everyone has the network drive mapped the same way. Some people may for example map it as "Q:\Drive Name" while other may have it as "S:\ Drive Name". How do I distribute the front end and manage the links in this case? I have read to use the UNC path name instead of the physical name, but I do not know how to specify the UNC.
5) I would like the features of an .mde front end, but I could not secure an .mde. Do you secure a .mdb then turn it in to a secure .mde?
I hope this makes sense. Any help to point me in the right direction is appreciated.
1) I would like the General Users to only be able to link to certain tables. If the link needs to be restored they can only restore these certain tables. There are things in certain tables that I do not want them to see.
2) Of the tables that they can link, they can only view data in certain tables and will have add/edit/delete in others.
3) Users can not delete or copy the back end.
4) Not everyone has the network drive mapped the same way. Some people may for example map it as "Q:\Drive Name" while other may have it as "S:\ Drive Name". How do I distribute the front end and manage the links in this case? I have read to use the UNC path name instead of the physical name, but I do not know how to specify the UNC.
5) I would like the features of an .mde front end, but I could not secure an .mde. Do you secure a .mdb then turn it in to a secure .mde?
I hope this makes sense. Any help to point me in the right direction is appreciated.