Results 1 to 3 of 3

Thread: Groups, Users and rights (on functions and forms)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    65

    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

  2. #2
    Fanatic Member
    Join Date
    Nov 2001
    Location
    Bangkok
    Posts
    969

    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

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    65
    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
  •  



Click Here to Expand Forum to Full Width