accessaspire219
Registered User.
- Local time
- Today, 08:15
- Joined
- Jan 16, 2009
- Messages
- 126
Hi,
I have a database which contains sensitive data. The objective of the security system for the database would be:
1. None of the users should be allowed to change data
2. None of the users should be allowerd to change code/modify database
3. A user should not be able to view other users data (is there a way of somehow tying the user name to a criteria in a query?)
4. No one without a valid username and password should be allowed to access data.
Basically, once the user logs in I want them to only see the form (and not all the tables and queries) and the output of the form (report) while tying their username to a criteria in a query so that they can only view their data.
Does anyone have any idea how this can be done?
Thanks.
I have a database which contains sensitive data. The objective of the security system for the database would be:
1. None of the users should be allowed to change data
2. None of the users should be allowerd to change code/modify database
3. A user should not be able to view other users data (is there a way of somehow tying the user name to a criteria in a query?)
4. No one without a valid username and password should be allowed to access data.
Basically, once the user logs in I want them to only see the form (and not all the tables and queries) and the output of the form (report) while tying their username to a criteria in a query so that they can only view their data.
Does anyone have any idea how this can be done?
Thanks.