dkmoreland
Registered User.
- Local time
- Today, 13:54
- Joined
- Dec 6, 2017
- Messages
- 129
I am using a form to pass a date range to a query and running a report based on that query.
On the report, I have a calculated field to display the date range. Here's the control source:
When I preview the report, the date range shows up correctly (see attached image). When I send the preview to the printer, I get a #name error.
Can anyone provide any insight? I figured that if the name reference was incorrect, it wouldn't even show up on the print preview. The #name error only shows up when I actually print it.
Thanks in advance.
On the report, I have a calculated field to display the date range. Here's the control source:
Code:
="Date Range: " & [Forms]![NCRs by Technology]![TxtStartDate] & " to " & [Forms]![NCRs by Technology]![TxtEndDate]
When I preview the report, the date range shows up correctly (see attached image). When I send the preview to the printer, I get a #name error.
Can anyone provide any insight? I figured that if the name reference was incorrect, it wouldn't even show up on the print preview. The #name error only shows up when I actually print it.
Thanks in advance.