Printer current user's name in report

  • Thread starter Thread starter Annelie
  • Start date Start date
A

Annelie

Is it possible to insert something into the footer, that would identify the
user who printed the report?
 
Just add a text box and set its value equal to a function that returns the
user's name.

If you've applied Access Security, so that your users need to log into your
application, you can use the CurrentUser function.

If you haven't applied security, and want to display their network id, check
http://www.mvps.org/access/api/api0008.htm at "The Access Web"
 
Thanks, its always so easy after a small hint. I tried user, but not
CurrentUser as one word.
 

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