login

shaz123

Registered User.
Local time
Today, 08:39
Joined
Sep 8, 2006
Messages
81
At the moment i have a straight forward login form, were if the username matches to the password the user can log in otherwise they cannot. However i need a login based on access rights. For example if a user A log in he is the administrator and has access to all the tables, to be able to synchronise, add/delete records. However if it is user B they can only read thad inforation form the datasbase.
one way i was thinking was about trying to enable and disable certain command buttons on a form. If the users is not admin to disable the add button etc.
Has anybody got any other ideas, or do u think this is suitable, or any examples of login screens
 
The best way to set this is to go to tools and use the sercurity Wizard. Here you will be able to add users an permissions. Or you can go to user groups and permissions. Also under tools and there you can add extra groups and set the permissions. I would also suggest making a backup first just incase you look yourself out of the system. Then if everything is working ok you can delete the backup.

Kind Regards


David
 
The best way to set this is to go to tools and use the sercurity Wizard. Here you will be able to add users an permissions. Or you can go to user groups and permissions. Also under tools and there you can add extra groups and set the permissions. I would also suggest making a backup first just incase you look yourself out of the system. Then if everything is working ok you can delete the backup.

Kind Regards


David
 

Users who are viewing this thread

Back
Top Bottom