May 12, 2002 #1 JuztinMedia MIS Joined May 12, 2002 Messages 51 Location US IS there any way to print the current name of the user logged into the database in the report footer?
IS there any way to print the current name of the user logged into the database in the report footer?
May 13, 2002 #2 AlexMidd Programmer Joined May 14, 2001 Messages 655 Location NL Add a text box to the report footer. Set its Control Source property to =CurrentUser() Have fun! ) Alex Middleton Upvote 0 Downvote
Add a text box to the report footer. Set its Control Source property to =CurrentUser() Have fun! ) Alex Middleton