Results 1 to 2 of 2
  1. #1
    iky123 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2012
    Posts
    2

    Multi-User Log in

    Hi I am currently building a project for my final desirtation and and i've finished everything. However, I wanted to have a multi-user log in with privileges, so for example the Administrator can access everything, where as the rest of the staff can only access what is necessary to their use.



    At the moment, I have a log in page, which i have done a statement. Like the following:

    Username.SetFocus
    If Username = "David" And Password = "paper" Then
    MsgBox "Access Granted"
    MsgBox "Welcome To Bulbul Corporation"
    DoCmd.Close
    DoCmd.OpenForm "frmSwitchboard"
    Else
    MsgBox "Please re-enter your Username and Password."
    End If

    I know I have to use tables so that I look in there which would be easier, but don't know how to do it myself.

    However, does anyone know exactly what I mean, and how to do it, it will be appreciated a lot by myself.



    Thanks

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Have you already reviewed this thread: https://www.accessforums.net/showthr...cess-2007-2010

Please reply to this thread with any new information or opinions.

Similar Threads

  1. multi user
    By crapbutaddicted in forum Access
    Replies: 3
    Last Post: 03-23-2012, 08:56 AM
  2. Replies: 3
    Last Post: 09-22-2011, 03:35 PM
  3. Multi-User Access
    By alyon in forum Access
    Replies: 4
    Last Post: 07-13-2011, 11:02 AM
  4. Multi User Project
    By ganeshvenkatram in forum Access
    Replies: 1
    Last Post: 06-20-2011, 09:57 AM
  5. multi-user question
    By Killerbee in forum Forms
    Replies: 8
    Last Post: 05-03-2011, 02:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums