I've created a report that opens via a form that requires a Start Date and End Date. I would like the date range to show up in the report header.
I created an unbound text box in the header of the report and in the control source referred to form that generates the report as such:
=[Forms]![AskForDates]![txtStartDate]
The report opens and displays the date range in Print Preview, looks exactly how I want. However, when I print the report the unbound text box prints the following:
#Name?
Any suggestion on how to resolve this?
I created an unbound text box in the header of the report and in the control source referred to form that generates the report as such:
=[Forms]![AskForDates]![txtStartDate]
The report opens and displays the date range in Print Preview, looks exactly how I want. However, when I print the report the unbound text box prints the following:
#Name?
Any suggestion on how to resolve this?