Hi How can I get the currently logged in username from windows 2000/xp? Thanks Regards
J John Apr 9, 2004 #1 Hi How can I get the currently logged in username from windows 2000/xp? Thanks Regards
J Jeff Conrad Apr 9, 2004 #2 This may be what you're after: http://www.mvps.org/access/api/api0008.htm Jeff Conrad Access Junkie Bend, Oregon
This may be what you're after: http://www.mvps.org/access/api/api0008.htm Jeff Conrad Access Junkie Bend, Oregon
C Cheryl Fischer Apr 9, 2004 #3 Very easy. Just copy the code found at: http://www.mvps.org/access/api/api0008.htm You can then return the currently logged in user by calling the function fOSUserName() : strUser = fOSUserName() hth,
Very easy. Just copy the code found at: http://www.mvps.org/access/api/api0008.htm You can then return the currently logged in user by calling the function fOSUserName() : strUser = fOSUserName() hth,