G Guest Feb 2, 2007 #1 I need Microsoft Access to determine the UserID of the individual currently logged in to the PC. Is there a way to do this?
I need Microsoft Access to determine the UserID of the individual currently logged in to the PC. Is there a way to do this?
A aaron.kempf Feb 2, 2007 #3 SELECT SUSER_SNAME() will give you the name of the current user; as long as you're using Access 2000, 2002 and 2003 -Aaron
SELECT SUSER_SNAME() will give you the name of the current user; as long as you're using Access 2000, 2002 and 2003 -Aaron