dmkennard2
Technical User
Hi,
I have a report that is run by selecting dates between a range on a form. A different page for each customer is produced in the report.
I also have a textbox on the form where the user inputs the date they want printed on the report. I can get the date to print on the first record of the report but it then changes to #Name? on subsequent pages.
Here is the code i have put in the textbox on the report which is in the header section of the report:
What do i need to change to get the date on every page of the report.
I have a report that is run by selecting dates between a range on a form. A different page for each customer is produced in the report.
I also have a textbox on the form where the user inputs the date they want printed on the report. I can get the date to print on the first record of the report but it then changes to #Name? on subsequent pages.
Here is the code i have put in the textbox on the report which is in the header section of the report:
Code:
=[Forms]![frmDatePicker]![txtInvDate]
What do i need to change to get the date on every page of the report.