I have a form that has a date parameter prior to printing a report. Whenever I preview the report, the date range that I supplied appears in my report without any problem, i.e. "Data entry from 9/1/07 to 12/1/07", but when I print the report an error "#Name?" appears in the print-out.
Here's the code which I used in my report's textbox control source:
Please help the novice.
Thanks,
qwerty70
Here's the code which I used in my report's textbox control source:
Code:
="Data entry from " & ([forms]![frmVenDocEntry]![txtDateFrom]) & " to " & ([forms]![frmVenDocEntry]![txtDateTo])
Please help the novice.
Thanks,
qwerty70