teebird
Technical User
- Dec 11, 2001
- 239
Hi Everyone
When I printpreview my report - the dates are displayed but when I print a hardcopy there is printed #Name? where my Dates should have printed.
I am using this code in my query to get the dates
Is Not Null And Between [Forms]![frmReports]![BeginningDate] And [Forms]![frmReports]![EndingDate]
and this code on my report to display the dates.
=[Forms].[frmReports].[BeginningDate]
Any suggestions would be great. thanks
Tee
When I printpreview my report - the dates are displayed but when I print a hardcopy there is printed #Name? where my Dates should have printed.
I am using this code in my query to get the dates
Is Not Null And Between [Forms]![frmReports]![BeginningDate] And [Forms]![frmReports]![EndingDate]
and this code on my report to display the dates.
=[Forms].[frmReports].[BeginningDate]
Any suggestions would be great. thanks
Tee