streamranger
Registered User.
- Local time
- Today, 15:18
- Joined
- Sep 6, 2014
- Messages
- 12
Something very odd is happening -
I have a cross-tab query that is filtered on user-defined date range using a where condition of:
>[Forms]![Reports_Menu]![txtFilterDateFrom] AND <[Forms]![Reports_Menu]![txtFilterDateTo]
the Query functions perfectly. The report based on that query, however, only functions with a DateFrom that is before 1/28/14 and a DateTo that is after 2/27/14. If I enter a date in either field that is outside of those ranges, I get the following error:
The Microsoft Access database engine does not recognize " as a valid field name or expression.
I have defined both of my Query Parameters as Date/Time in the Xtab query design.
Any suggestions?
I have a cross-tab query that is filtered on user-defined date range using a where condition of:
>[Forms]![Reports_Menu]![txtFilterDateFrom] AND <[Forms]![Reports_Menu]![txtFilterDateTo]
the Query functions perfectly. The report based on that query, however, only functions with a DateFrom that is before 1/28/14 and a DateTo that is after 2/27/14. If I enter a date in either field that is outside of those ranges, I get the following error:
The Microsoft Access database engine does not recognize " as a valid field name or expression.
I have defined both of my Query Parameters as Date/Time in the Xtab query design.
Any suggestions?