D
DArnold
Ok, being new to Access 2007 I am floundering on how to solve this:
I have a "Patient" table wich contains:
ID
Referral Source
Status
Start Date
I want to produce a report that pulls a count of the Status grouped by
Referral Source, for the month and the year.
So the Report should look like:
Referral
Status 1 1 for the month 5 for the year
Status 2 3 for the month 4 for the year....
I have approached this from several directions and reached a wall.
I query the ID's for the patients with a criteria: Between StartDate and End
Date and this produces a report just fine with a count of the Status. But
now how do I get and append a count of the Status for the year of the
StartDate?
I can create queries of ID's by parameters for the current year, but what if
the report is not for the current year? And how do I merge the data?
Help,
I am new to Access
Thanks!
I have a "Patient" table wich contains:
ID
Referral Source
Status
Start Date
I want to produce a report that pulls a count of the Status grouped by
Referral Source, for the month and the year.
So the Report should look like:
Referral
Status 1 1 for the month 5 for the year
Status 2 3 for the month 4 for the year....
I have approached this from several directions and reached a wall.
I query the ID's for the patients with a criteria: Between StartDate and End
Date and this produces a report just fine with a count of the Status. But
now how do I get and append a count of the Status for the year of the
StartDate?
I can create queries of ID's by parameters for the current year, but what if
the report is not for the current year? And how do I merge the data?
Help,
I am new to Access
Thanks!