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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top