Current user status on form footer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
Back
Top