I am trying to find a way to secure a database in access 97 to a greater extent than the built in security features allow.
My basic thought is to make a table with the following fields: [UserName],[Password],[UserLevel]
The idea is that the user would enter their username and password into a form when the database is opened, the user level would then be used to make certain objects or controls available or unavailable to the appropriate users.
I have a couple of questions...
1.) Could this work to secure forms down to individual controls?
2.) How would I store that variable until the application was closed?
3.) Is there anywhere I can look for related source code?
4.) What is the air speed of an unladen swallow?… either African or European
Thank you in advance for you help
My basic thought is to make a table with the following fields: [UserName],[Password],[UserLevel]
The idea is that the user would enter their username and password into a form when the database is opened, the user level would then be used to make certain objects or controls available or unavailable to the appropriate users.
I have a couple of questions...
1.) Could this work to secure forms down to individual controls?
2.) How would I store that variable until the application was closed?
3.) Is there anywhere I can look for related source code?
4.) What is the air speed of an unladen swallow?… either African or European
Thank you in advance for you help