View Full Version : Get User ID - Environ("username") vs CurrentUser()


Cosmos75
07-14-2003, 10:37 AM
Is there a difference between using Environ("username") and CurrentUser() to get the user's network ID?

llkhoutx
07-14-2003, 10:43 AM
CurrentUser gives you the Access login ID, which is not necessarily the system login ID.

Cosmos75
07-24-2003, 08:22 AM
llkhoutx,

Thank you for clarifying that for me!