CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: User Rights

  1. #1
    Join Date
    Aug 2002
    Location
    Sydney, Australia
    Posts
    21

    Question User Rights

    Hi all,
    Its been a while since i have visited this site (due to not working in the programming feild for a while) but it still looks as good as its always been.
    My question is about user rights in a Access " .mdb " database and how you can control different users from using some but all forms within the database? the other thing is can you allow a user to view one page tab but not the other ones within one form?
    Help on this issue would be greatly appreciated.
    Thanks All.

  2. #2
    Join Date
    Aug 2002
    Location
    South Africa
    Posts
    9
    what you can do is make a field for accesslevel and have your users assigned to a number e.g 1 for administrator 2 normal user
    and when you do your tabs check with if statement the accessleves
    I hope it helps
    Good luck

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

Featured