G Guest Apr 9, 2007 #1 I have a shared data base and I want to add the user name on the report footer upon printing, could it be? Thanks.
I have a shared data base and I want to add the user name on the report footer upon printing, could it be? Thanks.
A aaron.kempf Apr 10, 2007 #3 this assumes that you're using Access Security? ROFL if you used Select Suser_sname() you should be able to do this without finding some obscure getusername API call google getusername or look at mvps.org/access or.. if you've got the balls to get a long term solution then move to ADP and use the built in SUSER_SNAME()
this assumes that you're using Access Security? ROFL if you used Select Suser_sname() you should be able to do this without finding some obscure getusername API call google getusername or look at mvps.org/access or.. if you've got the balls to get a long term solution then move to ADP and use the built in SUSER_SNAME()
G Guest Apr 10, 2007 #4 Thanks Ofer. M.A.Halim Ofer Cohen said: In the report text box Control source you can write =Application.CurrentUser Click to expand...
Thanks Ofer. M.A.Halim Ofer Cohen said: In the report text box Control source you can write =Application.CurrentUser Click to expand...