B
Basenji
Using Access 2003 I have a form with text boxes to enter the parameters for a
report. Then I added text boxes with the control source,
=(Forms!frmPatientActivityDateRangeCriteria!StartDate) for the start date and
=(Forms!frmPatientActivityDateRangeCriteria!EndDate) for the end date, to the
report so that the parameter dates appear in the report header. The dates
appear in the report header. Now, I would like for those same dates to appear
in the report footer so that if the last page only of the report (which has a
number of calculated controls counting other records in the report) is
printed it will show the dates for the report. I have tried copying the text
boxes from the report header to the report footer and get a name error. I
have tried a text box that has the control source as the name of the text box
of the date in the report header and get a name error. Any suggestions for
having the parameters in the report footer as well as the report header are
welcome. Thank you.
report. Then I added text boxes with the control source,
=(Forms!frmPatientActivityDateRangeCriteria!StartDate) for the start date and
=(Forms!frmPatientActivityDateRangeCriteria!EndDate) for the end date, to the
report so that the parameter dates appear in the report header. The dates
appear in the report header. Now, I would like for those same dates to appear
in the report footer so that if the last page only of the report (which has a
number of calculated controls counting other records in the report) is
printed it will show the dates for the report. I have tried copying the text
boxes from the report header to the report footer and get a name error. I
have tried a text box that has the control source as the name of the text box
of the date in the report header and get a name error. Any suggestions for
having the parameters in the report footer as well as the report header are
welcome. Thank you.