I have a table that stores individual patient records for a small medical database. Some of the fields are Patient Name, Doctor, Admitted, Physician Consulted, etc.
I'm trying to make a summary report that by doctor will show the total visits, total admits, total physician's consulted. Get averages per doctor, then averages for the clinic.
The problem I'm having is that in order to count the items, the only way I know how is to create a query for each thing. For instance, a query to count total visits by doctor, a query to count total visits all doctors, a query to count admits per doctor, a query to count admits for the entire hospital.
I'm just not sure of how to incorporate all of the queries into one report.
I'm not looking for anyone to write code for me, just maybe a kick in the right direction, or to a similiar tutorial.
Thanks,
Marion
I'm trying to make a summary report that by doctor will show the total visits, total admits, total physician's consulted. Get averages per doctor, then averages for the clinic.
The problem I'm having is that in order to count the items, the only way I know how is to create a query for each thing. For instance, a query to count total visits by doctor, a query to count total visits all doctors, a query to count admits per doctor, a query to count admits for the entire hospital.
I'm just not sure of how to incorporate all of the queries into one report.
I'm not looking for anyone to write code for me, just maybe a kick in the right direction, or to a similiar tutorial.
Thanks,
Marion