G
Guest
I have a report (RPT_ADMISSIONS) that has a recordsource of QRY_ADMISSIONS.
The Qry_Admissions contains several demographic data such as Black, White,
Male, Female, etc...this data is imported from an older system we use at
work. I need to make a report that will group and count the number of
demographics based on certain criteria. My problem is the count.
In each field such as Black, if the person of that record is black, the
field will contain a value of a number >0. If the person is not black, the
value will be 0. I need to count all of the people for each column who have
a greater than 0 value and display this on the report.
Any idea how this can be accomplished at the report level - or is this
something I will have to do basing a query off of the original query and then
pulling the values into the report based on the query of the query?
Any suggestions will be greatly appreciated.
Clay
The Qry_Admissions contains several demographic data such as Black, White,
Male, Female, etc...this data is imported from an older system we use at
work. I need to make a report that will group and count the number of
demographics based on certain criteria. My problem is the count.
In each field such as Black, if the person of that record is black, the
field will contain a value of a number >0. If the person is not black, the
value will be 0. I need to count all of the people for each column who have
a greater than 0 value and display this on the report.
Any idea how this can be accomplished at the report level - or is this
something I will have to do basing a query off of the original query and then
pulling the values into the report based on the query of the query?
Any suggestions will be greatly appreciated.
Clay