getting user name on report?

J

Jens

Hello,
Can someone please help me out. I have a access
database that people log into. THere are certain people
who can print certain reports, and then those who can't.
I would like to put the username of the person who is
logged in on the bottom of a report when they print it.
Does anybody have any ideas? Any help will be greatly
appreciated.

Thanks,
Jens
 
C

chas

Hi Jens,

place an unbound TextBox control where you need it, view
the properties for the TextBox and in the RecordSource
property type:

=CurrentUser()

hth

chas
 
Top