dianemarie
Instructor
Hello, I've seen several posts about getting the information entered into a parameter into the heading. In this case, I want to show the date range of the report. I put a hidden textbox (name:textbox1) in a table that says:
=Parameters!StartDate.Value & "-" & Parameters!EndDate.Value
Then I put a textbox in the page header that says:
=ReportItems!textbox1.value
This worked for me when I hid a textbox in the table showing fields from my data list (client # and name) and referred to that in a textbox in the header, but I get an error in the header textbox that is referring to parameters. The textbox referring to the parameters in the table works fine. Any help would be appreciated. Thank you.
=Parameters!StartDate.Value & "-" & Parameters!EndDate.Value
Then I put a textbox in the page header that says:
=ReportItems!textbox1.value
This worked for me when I hid a textbox in the table showing fields from my data list (client # and name) and referred to that in a textbox in the header, but I get an error in the header textbox that is referring to parameters. The textbox referring to the parameters in the table works fine. Any help would be appreciated. Thank you.