G Guest Oct 18, 2006 #1 I need a field in a form in msaccess, that will display the user that is log on in Windows at that time.
I need a field in a form in msaccess, that will display the user that is log on in Windows at that time.
D Douglas J. Steele Oct 18, 2006 #2 Use the function contained in http://www.mvps.org/access/api/api0008.htm at "The Access Web" Set the control source of the text box to =fOSUserName() (complete with equal sign)
Use the function contained in http://www.mvps.org/access/api/api0008.htm at "The Access Web" Set the control source of the text box to =fOSUserName() (complete with equal sign)