I need to set up some sort of simple (!!!) security / passwords on a database used over a network.
To be honest I have read too many horror stories on user level security (lock outs etc) and the database is such a fundamental part of the business to "play around" with if it all goes wrong.
What I want is simple.
Imagine the database.....one huge table with all the info in it. All the info is related to each customer Ie one name / number with 60 odd related fields.
All the info is input on one form over 6 different pages (each page with a seperate icon / tab)
I now need to store sensitive info related to the customer on a seperate page but in the same table. Ie so if you click on the icon / tab for that page it asks for a password before this area can be accessed.
The whole database at the moment is protected by the shift key, so users only have access to the form / reports and can't access the design views / visual basic etc etc
Any ideas would be greatly appreciated
To be honest I have read too many horror stories on user level security (lock outs etc) and the database is such a fundamental part of the business to "play around" with if it all goes wrong.
What I want is simple.
Imagine the database.....one huge table with all the info in it. All the info is related to each customer Ie one name / number with 60 odd related fields.
All the info is input on one form over 6 different pages (each page with a seperate icon / tab)
I now need to store sensitive info related to the customer on a seperate page but in the same table. Ie so if you click on the icon / tab for that page it asks for a password before this area can be accessed.
The whole database at the moment is protected by the shift key, so users only have access to the form / reports and can't access the design views / visual basic etc etc
Any ideas would be greatly appreciated