I am working in a cross tab query for the first time so I appreciate all the support you can provide.
The purpose of my query is to provide a rolling 12 month report with data by month. The column headings are the months. Unfortunately I inherited this database and it is not formated the best way possible and the table I'm using actually has a field name "date" so maybe that is the issue, I'm not sure. I read in a previous post to add a where clause in the query to prompt for the start date..
Field = Date
Table = QualityFiles
Total = Where
Criteria = >=[startdate]
This is not working at all for me, so then I thought I would lauch a form requesting the start date so I used the form name and it would not work either.
Criteria = >=[forms]![Report Date Start]![StartDate]
Can you help to show me what I'm doing wrong in my crosstab query? Thank you