Get User ID - Environ("username") vs CurrentUser()

Cosmos75

Registered User.
Local time
Yesterday, 21:04
Joined
Apr 22, 2002
Messages
1,280
Is there a difference between using Environ("username") and CurrentUser() to get the user's network ID?
 
CurrentUser gives you the Access login ID, which is not necessarily the system login ID.
 
llkhoutx,

Thank you for clarifying that for me!
 

Users who are viewing this thread

Back
Top Bottom