G
Guest
I'm using Windows XP and Access 2003. How can I retrieve the UserName within
my Access code? I have tried [UserName], but that always returns a null
value. I've also tried (following one of the replies on here) to set the
control source of a text box on a form to [=fOSUserName()], but that returns
the error message #Name?
All I want to do is to ensure that my database code is user-specific (ie
certain code will run or not depending on who the user is).
Thanks
Alex
my Access code? I have tried [UserName], but that always returns a null
value. I've also tried (following one of the replies on here) to set the
control source of a text box on a form to [=fOSUserName()], but that returns
the error message #Name?
All I want to do is to ensure that my database code is user-specific (ie
certain code will run or not depending on who the user is).
Thanks
Alex