Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Access to detect network logon

Status
Not open for further replies.

psalyer

Technical User
Jun 20, 2001
30
US
during logon to my application, I want ACCESS to tell me what the user's network logon id is and then check against a table of authorized users. Is there a way to do that on and NT4.0 network? I could have them enter a user ID and password but prefer to check it sytematically.
 
This function will return the username of the person currently logged in:

Environ("UserName")

Then you can check against your table. Hope that helps!

Joe Miller
joe.miller@flotech.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top