Results 1 to 2 of 2

Thread: Access user level security

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Location
    New York
    Posts
    9

    Access user level security

    I have an Access application where you logon to my application with Access's user-level security. My question is when the user successfully logs in, can I capture the user's name and pass it to my application for processing e.g. pass the name into a global variable so I can use it later on in my program.

  2. #2
    Addicted Member
    Join Date
    Aug 2003
    Location
    houston
    Posts
    185
    MsgBox("The current user is: " & CurrentUser)

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