Report name in report

  • Thread starter Thread starter Emile
  • Start date Start date
E

Emile

How do I add the report name (from the report objects) to my finished
reports?

Thank you
 
Let me clarify my question.

When I print the report I want the the name of the report printed in the
report footer. ie. "rpttaxinfo"

What is the syntax to use in report design view to have the report name
(current one I am working on) printed without me having to type it in. I
use a similiar command to print the current date. I put =Date() in the
report to automatically insert the current date.

I need a similiar command for the report name.

Thanks
 
Let me clarify my question.

When I print the report I want the the name of the report printed in the
report footer. ie. "rpttaxinfo"

What is the syntax to use in report design view to have the report name
(current one I am working on) printed without me having to type it in. I
use a similiar command to print the current date. I put =Date() in the
report to automatically insert the current date.

I need a similiar command for the report name.

Thanks

Add an unbound text control to the report.
Set it's Control Source to:
=[Name]
 

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