Cosmos75 Registered User. Local time Yesterday, 21:04 Joined Apr 22, 2002 Messages 1,280 Jul 14, 2003 #1 Is there a difference between using Environ("username") and CurrentUser() to get the user's network ID?
Is there a difference between using Environ("username") and CurrentUser() to get the user's network ID?
L llkhoutx Registered User. Local time Yesterday, 21:04 Joined Feb 26, 2001 Messages 4,013 Jul 14, 2003 #2 CurrentUser gives you the Access login ID, which is not necessarily the system login ID.
Cosmos75 Registered User. Local time Yesterday, 21:04 Joined Apr 22, 2002 Messages 1,280 Jul 24, 2003 #3 llkhoutx, Thank you for clarifying that for me!