bcooler
Programmer
- Jun 13, 2009
- 132
Hello!
I need help summarizing data for a report. The report needs to show a running 12 month history of the number of "findings" opened in a given month. So, in Excel-world, I would have used a "countif" function on every month column.
I have tried to use pivot tables and crosstab queries, but they need a row heading. If I use the "Findings_ID" primary key as the row heading, I get every record since they are unique.
I know this must be very easy, but I'm just not quite sure. Does "DSum" enter the picture here?
Thanks!
Brian
I need help summarizing data for a report. The report needs to show a running 12 month history of the number of "findings" opened in a given month. So, in Excel-world, I would have used a "countif" function on every month column.
I have tried to use pivot tables and crosstab queries, but they need a row heading. If I use the "Findings_ID" primary key as the row heading, I get every record since they are unique.
I know this must be very easy, but I'm just not quite sure. Does "DSum" enter the picture here?
Thanks!
Brian