Current user status on form footer

T

Tami

I would like to, if possible include in the form footer the user that is
currently logged in and the date. How can I accomplish this?
 
K

Keith Wilby

Tami said:
I would like to, if possible include in the form footer the user that is
currently logged in and the date. How can I accomplish this?

Use the CurrentUser() and Date() functions in a text box.

Regards,
Keith.
www.keithwilby.com
 
J

John Welch

Are you using Access User level security? or are you wanting to show the
windows login name? If the former, make a textbox with the control source
of:
=currentuser()
and another with:
=date()

hth
-John
 
Top