hi,
i would like to protect the system i'm programming with user accounts.
I would want the user to enter his/her username and password when the database first opens...
depending on the username, the system would enable and disable buttons on the main menu hence restricting access to some users.
i could program this the long (and maybe hard) way by creating a form that checks usernames and password from a table i would create...
the problem is, this isn't very safe. I would need to save the username and password in a table but then anyone that starts Access by pressing the shift key would be able to see this table with everyone's login information. Like i said, this wouldn't be very safe.
i searched the forum and i found some information about user accounts but i think it involves having the registry settings changed. This causes problems because i cant garantee that the user wont change computers/format or do anything else that changes the registry.
Any input is greatly appreciated...
thank you in advance
Eric
i would like to protect the system i'm programming with user accounts.
I would want the user to enter his/her username and password when the database first opens...
depending on the username, the system would enable and disable buttons on the main menu hence restricting access to some users.
i could program this the long (and maybe hard) way by creating a form that checks usernames and password from a table i would create...
the problem is, this isn't very safe. I would need to save the username and password in a table but then anyone that starts Access by pressing the shift key would be able to see this table with everyone's login information. Like i said, this wouldn't be very safe.
i searched the forum and i found some information about user accounts but i think it involves having the registry settings changed. This causes problems because i cant garantee that the user wont change computers/format or do anything else that changes the registry.
Any input is greatly appreciated...
thank you in advance
Eric