Hi Guys
I have several reports, all of which need to be printed out. In order to make the reports 'more meaningful' I have a textbox on the report header that shows the type of report and the dates.
I've used the following code in the control sourceof the txtbox:
="Report For " & [Forms]![FrmDiscountSearch]![TxtStart] & " To " & [Forms]![FrmDiscountSearch]![TxtEnd]
This displya the start and end date of the report BUT when I print the report out all I get is:
Report For To
i.e. no formula.
Is there anyway of printing the formula?
Dave
I have several reports, all of which need to be printed out. In order to make the reports 'more meaningful' I have a textbox on the report header that shows the type of report and the dates.
I've used the following code in the control sourceof the txtbox:
="Report For " & [Forms]![FrmDiscountSearch]![TxtStart] & " To " & [Forms]![FrmDiscountSearch]![TxtEnd]
This displya the start and end date of the report BUT when I print the report out all I get is:
Report For To
i.e. no formula.
Is there anyway of printing the formula?
Dave