List name of report in footer

  • Thread starter Thread starter Bruce
  • Start date Start date
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
 
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]
 
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]
 
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]
 
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]
 
Back
Top