Sep 30, 2002 #1 stomp Technical User Sep 4, 2002 5 US Can anyone help i am looking for a way to return the user ID as a security measure.
Sep 30, 2002 #2 GDGarth Technical User Aug 5, 2000 412 US The CurrentUser function will return the user name of the user. This only does something for you if you've set up security, though. Upvote 0 Downvote
The CurrentUser function will return the user name of the user. This only does something for you if you've set up security, though.
Oct 1, 2002 #3 ITMannie Programmer Sep 29, 2002 39 GB GDGarth is right - the CurrentUser is only of use if you have secured the database. But if you haven't secured it (and don't intend to) then you could get the NT login name using built-in Environ function. e.g. Environ("UserName" Upvote 0 Downvote
GDGarth is right - the CurrentUser is only of use if you have secured the database. But if you haven't secured it (and don't intend to) then you could get the NT login name using built-in Environ function. e.g. Environ("UserName"