List name of report in footer

B

Bruce

I want to show the name of the report (current) in the footer of the report
(dynamically). I can list the name of the database by using the following:
=CurrentProject.Name in a text box Control.

What or how do I list the name of the report in the footer?


Bruce
 
F

fredg

I want to show the name of the report (current) in the footer of the report
(dynamically). I can list the name of the database by using the following:
=CurrentProject.Name in a text box Control.

What or how do I list the name of the report in the footer?


Bruce

Just the report Name?
Would you believe
=[Name]
 
B

Bruce

Fred,

Now I do, Thanks alot. The obvious is really embarassing.

--
Bruce


fredg said:
I want to show the name of the report (current) in the footer of the report
(dynamically). I can list the name of the database by using the following:
=CurrentProject.Name in a text box Control.

What or how do I list the name of the report in the footer?


Bruce

Just the report Name?
Would you believe
=[Name]
 
Top