
Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
I am sorry to be so slow with this, however, I do have one more question. I
have a text box that I want the UserID to go into. How would I populate that
text box using that function?
> If you want the user id inside your sub procedure, yes, you'd use
> fOSUserName()
[quoted text clipped - 31 lines]
> >> >> > Thanks,
> >> >> > Aj
Douglas J. Steele - 16 May 2007 19:58 GMT
Me!NameOfTextbox = fOSUserName
You also can set the ControlSource to "=fOSUserName()" (no quotes, but the
equal sign and parentheses are necessary) if you don't care about storing
the value, or the DefaultValue to "=fOSUserName()" if you do.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
>I am sorry to be so slow with this, however, I do have one more question.
>I
[quoted text clipped - 40 lines]
>> >> >> > Thanks,
>> >> >> > Aj