A
Amanda
Hi, I can really use some help here...
I am working on a database for the risk management department that tracks
"Incident Reports" - including details of the incident, category of incident,
date & time, branch where it happened, etc.
I need to produce a report that displays for a _particular month and branch_
the number of incidents in each category. I can produce for each branch the
number of incidents in each category just fine when considering the entire
database (leaving the "Date" field out of the query entirely), but when I try
to limit it by month (using the "Date" field with the criteria "Between...")
it then lists each incidence of each category as a separate line item because
"Group By" is selected under the Date field. I have tried playing with the
other options for the Totals line item, and most of them produce incorrect
counts or do not work at all. If I change "Group By" to "Where" the totals
seem to match up to what I've counted by hand, but since I don't know what
"Where" actually does I don't know if it will continue to be accurate.
I hope this makes sense... Looking forward to your insights.
I am working on a database for the risk management department that tracks
"Incident Reports" - including details of the incident, category of incident,
date & time, branch where it happened, etc.
I need to produce a report that displays for a _particular month and branch_
the number of incidents in each category. I can produce for each branch the
number of incidents in each category just fine when considering the entire
database (leaving the "Date" field out of the query entirely), but when I try
to limit it by month (using the "Date" field with the criteria "Between...")
it then lists each incidence of each category as a separate line item because
"Group By" is selected under the Date field. I have tried playing with the
other options for the Totals line item, and most of them produce incorrect
counts or do not work at all. If I change "Group By" to "Where" the totals
seem to match up to what I've counted by hand, but since I don't know what
"Where" actually does I don't know if it will continue to be accurate.
I hope this makes sense... Looking forward to your insights.