|
-
Aug 7th, 2002, 11:19 AM
#1
Thread Starter
Lively Member
Groups, Users and rights (on functions and forms)
Hi,
I need to create a database to manage the users and user's right that belong to groups. Each user in each group have difference rights on the menu (visible or disible) and on the forms (user can Add, edit or not). How to do this? are there anyone have experiences on this? What technique should I use to the rights of user when they login to the system?
Thanks in advance,
Trung Luu
-
Aug 7th, 2002, 12:51 PM
#2
Fanatic Member
Hi
As I know exist there some VB-Code that handles this problem.
The Standard-System is this:
You have Groups for any kind of forms to Access, AddNew, Edit, Delete, Find in this form.
You have groups they include other groups. That means that you have an tree.
Then you have individual user rights.
The individual user rights overhtrow the group rights.
If you want to make it automaticly, you should detect every form and every control on the form. Then just create a form where you can click on Allowed or not allowed for each control.
Franky
-
Aug 9th, 2002, 06:22 AM
#3
Thread Starter
Lively Member
Hi Franky,
Thank you for you reply.
Could you please tell me where I can get the VB-code for this?
Regards,
Trung Luu
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|