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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Jean
 
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]
 
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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top