Date parameters won't work on crosstab report

C

CW

I have queries and reports that show our quotes by lead source. I use date
parameters to filter the "QuoteDate" range on which to report.
However this doesn't work on a crosstab query or a crosstab report.
My row heading is Lead Source (e.g. Yellow Pages, Recommendation, etc etc).
My column heading is Status (e.g. Booked, Lost, Pending etc)
The values of our quotes are displayed accordingly, no problem.
On a regular Select Query or a basic Report, the date filter works fine.
However, on a Crosstab Query, if I enter StartDate and EndDate (Date/Time)
in the Query/Parameters window, I get the full set of data, no filtering has
been done. If I also enter Between [StartDate] And [EndDate] on the Criteria
row of QuoteDate in the design grid, I get nothing at all (well one empty row
actually) when I run the query.
Wot's going wrong???
Many thanks
CW
 
D

Duane Hookom

You must identify the data types of all parameters/criteria in crosstab
queries. The date values must be entered in U.S. format m/d/y. If you can't
figure this out, please reply back with the SQL view of your query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top