View Full Version : M/c name in report


gdanalakshmi
02-06-2003, 08:52 AM
I want to print the m/c name in the report's footer so that the users know to whom it belongs when they go to collect the print outs at the printer
Is there a standard function to print the m/c name in the report footer?

Thanks

Autoeng
02-10-2003, 10:51 AM
Not sure what you mean by m/c but to display the current user create a textbox and set the Control Source to "=CurrentUser()"

Autoeng