G Guest Jan 9, 2006 #1 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?
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 Jan 9, 2006 #2 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? Click to expand... Use the CurrentUser() and Date() functions in a text box. Regards, Keith. www.keithwilby.com
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? Click to expand... Use the CurrentUser() and Date() functions in a text box. Regards, Keith. www.keithwilby.com
J John Welch Jan 9, 2006 #3 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
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