Results 1 to 3 of 3
  1. #1
    JunJin,Pooi is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Aug 2013
    Posts
    2

    Multi-user Password in Microsoft Access 2007

    I'm trying to create a multi-user password in Microsoft access 2007.



    I've created a table for Username, Password, Fullname and Accessibility

    Next, I've created a form which consist of Username and password text box.

    However, I facing some difficulties on creating the command for for the login button.

    May i have some assistance on it?

    Tq

    With Best Regards.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,518
    In order to assist, we need to know what the difficulties are. Have you searched here for the many discussions on login methods?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    JunJin,Pooi is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Aug 2013
    Posts
    2

    Cool Current Moment

    At this moment... I'm using VBA code for my username and access. However, I want to trace on which user had access to the access database and what change had been done by the significant user.

    this are the current code i have using.
    Private Sub Command7_Click()
    Username.SetFocus
    If Username = "xxxx" And Password = "xxxxx" Then
    MsgBox "Access Granted", vbInformation, "CRM Tracking System"
    MsgBox "Welcome", vbInformation, "CRM Tracking System"
    DoCmd.Close
    DoCmd.OpenForm "SwitchBoard"

    Else
    MsgBox "Please re-enter your Username and Password"
    End If
    End Sub

    ..........

    Hence, is there any possibilities for me to made this access to be traceable for what changes had been made by the significant user and password.

    Thanks in advance..

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

Similar Threads

  1. Replies: 13
    Last Post: 11-18-2013, 02:20 PM
  2. Replies: 2
    Last Post: 01-26-2013, 11:38 PM
  3. Replies: 2
    Last Post: 07-29-2011, 11:43 AM
  4. Replies: 3
    Last Post: 06-22-2010, 07:49 AM
  5. microsoft access 2007 video tutorials
    By jamesdean in forum Access
    Replies: 0
    Last Post: 06-08-2007, 08:43 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