Different title on the page header

H

Harp

Hi all,

I have created one report and using a couple of different
filter to show different information. eg All orders,
orders delayed and orders pending. I am using a option
group on a form to select which lot data I want to see.
This is working.

My problem is I want to change the title in the Page
Header of the report for each different selection to say
what the report is showing. What would be the best way to
this.

Thanks for you help
 
M

Marshall Barton

Harp said:
I have created one report and using a couple of different
filter to show different information. eg All orders,
orders delayed and orders pending. I am using a option
group on a form to select which lot data I want to see.
This is working.

My problem is I want to change the title in the Page
Header of the report for each different selection to say
what the report is showing. What would be the best way to
this.

I think you should use an invisible(?) text box on the form
so the code that determines the report's where condition can
store the appropriate title's text. Then a text box in the
report's page header can use an expression like:
=Forms!theformname.thetextboxname
to display the title.
 

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

Top