G
Guest
Hello All:
I have a database of clients, and I need to generate quarterly reports.
I have a field called "Successful at Discharge", where "Dry" and "Cured" are
two of the options. I also have a "Death" and "Other Complication" as open
text fields.
The report needs to contain (disaggregated by quarter):
1. # clients successful at discharge (either "dry" or "cured")
2. # clients with experiencing either "Death" or "Other Complication", as
well as # clients with each. (although rare, a client could experience both)
3. The above figures divided over total records for a percentage
I have the table called [VVF], then a query based on the table called
[all query], and a report based on the query that dispays it nicely for
printing.
Ideally, I would like to be able to see a breakdown such as:
Q1 #successful #death #other. #total complications #total clients
Q2 #successful #death #other. #total compliations #total clients
Q3 #successful #death #other. #total comp. #total
clients
somewhat like using the "count" function in pivot table, except in pivot
table, I cannot isolate a count for the field "successful at discharge" that
includes on "Dry" and "Cured".
Please help!
Alice
I have a database of clients, and I need to generate quarterly reports.
I have a field called "Successful at Discharge", where "Dry" and "Cured" are
two of the options. I also have a "Death" and "Other Complication" as open
text fields.
The report needs to contain (disaggregated by quarter):
1. # clients successful at discharge (either "dry" or "cured")
2. # clients with experiencing either "Death" or "Other Complication", as
well as # clients with each. (although rare, a client could experience both)
3. The above figures divided over total records for a percentage
I have the table called [VVF], then a query based on the table called
[all query], and a report based on the query that dispays it nicely for
printing.
Ideally, I would like to be able to see a breakdown such as:
Q1 #successful #death #other. #total complications #total clients
Q2 #successful #death #other. #total compliations #total clients
Q3 #successful #death #other. #total comp. #total
clients
somewhat like using the "count" function in pivot table, except in pivot
table, I cannot isolate a count for the field "successful at discharge" that
includes on "Dry" and "Cured".
Please help!
Alice