T
Tony
Hi All,
I've got to pull counts of records based on multiple criteria from a table.
The table is not normalized due to constraints imposed by our client. The
table looks something like this:
REGION CENTER DATE1
r1 c1 1/24/04
r2 c1 2/24/04
r2 c2 3/24/04
r2 c2 3/25/04
etc...
What I need to do is to populate a report that will count the number of
records for a particular month and display the totals grouped by REGION,
CENTER, then MONTH, like so:
r1
c1
January 1
February 0
March 0
....
r2
c1
January 0
February 1
March 0
r2
c2
January 0
February 0
March 2
Any tips on where to start? I'm using Access 2000.
Thanks,
Tony
I've got to pull counts of records based on multiple criteria from a table.
The table is not normalized due to constraints imposed by our client. The
table looks something like this:
REGION CENTER DATE1
r1 c1 1/24/04
r2 c1 2/24/04
r2 c2 3/24/04
r2 c2 3/25/04
etc...
What I need to do is to populate a report that will count the number of
records for a particular month and display the totals grouped by REGION,
CENTER, then MONTH, like so:
r1
c1
January 1
February 0
March 0
....
r2
c1
January 0
February 1
March 0
r2
c2
January 0
February 0
March 2
Any tips on where to start? I'm using Access 2000.
Thanks,
Tony