Ok, sorry about that. I am using 4 fields in this query. Date, Type, Specific Type, and Location. There are 5 "types" of records, each with it's own set of "Specific Types". Location is a numeric field, and date is just a date type field.
I wish to display the totals of all the "specific type" of incident for one of my "type"'s (Treatment/Test/Procedure), since 2008 for one of my "location"'s
I currently am working on a crosstab query that is set up like this....
Field:Type
Type:Risk_Data_Query (This is just my entire table basically)
Total:Group By
Crosstab:
Sort:
Criteria: "Treatment/Test/Procedure"
Field:Specific Type
Type:Risk_Data_Query (This is just my entire table basically)
Total:Group By
Crosstab:Column Heading
Sort:
Criteria:
Field

ate
Type:Risk_Data_Query (This is just my entire table basically)
Total:Group By
Crosstab:Row Heading
Sort:
Criteria:Between #1/1/2008# And Date()
Field:Location
Type:Risk_Data_Query (This is just my entire table basically)
Total:Count
Crosstab:Value
Sort:
Criteria:
It is ALMOST doing what I need it to, but instead of totalling up all of the incidents since 2008, it is just picking out the specific dates for which there is a record and giving me a count of "Specific Type" for each of those dates.
(I tried to paste in a couple lines of the query result here but couldnt get it to work, I hope you can imagine it from my description.)
I'm not sure how to set it up to give me the total since 2008 instead of a total for each date, and I am having a hard time in general of wrapping my head around crosstab queries.
Sorry I was so vague before, I was rushing through things a bit. I hope this is more clear.
-Apologetically,
Z