I would like to display the table name in my report. Any ideas?

J

Jean Saylor

I have one report with various tables. I would like to display the table that
my report is set to.
Thanks

Jean
 
F

fredg

I have one report with various tables. I would like to display the table that
my report is set to.
Thanks

Jean

Add an unbound control to the report.
Set it's control source to:
=[Recordsource]
 
J

Jean Saylor

Thank you. So simple.
Jean

fredg said:
I have one report with various tables. I would like to display the table that
my report is set to.
Thanks

Jean

Add an unbound control to the report.
Set it's control source to:
=[Recordsource]
 
Top