I
ImHpyGoLky
I have been struggling with my problem for a while now, and feel that the
answer may be quite simple; except that I can't figure out what it is. I am
running a report for Admissions vs. Discharges for my facility. The time
frame can span over one month or over several months, in which case, one
resident may have discharged from the facility and returned (admitted) again
at a later date. If I run the report based on month-to-month, all of the
information appears to be accurate. It is when I run multiple months that at
least one of the residents are dropped if they have more than one
admit/discharge/admit in the specified report date range.
My two tables are TblResidents and another one for TblAdmissionsDischarges.
How can I have the report recognize all of the dates and show the resident
for each month that is relevant for the report date range?
Secondly, I need to figure out how I can summarize the total number of
admissions and total number of discharges for each month. I had a
Count([Admissions]) field added to the group footer, but it doesn't count
only the admissions, it counts all names listed for that particular month --
discharges and all. Any help is greatly appreciated.
answer may be quite simple; except that I can't figure out what it is. I am
running a report for Admissions vs. Discharges for my facility. The time
frame can span over one month or over several months, in which case, one
resident may have discharged from the facility and returned (admitted) again
at a later date. If I run the report based on month-to-month, all of the
information appears to be accurate. It is when I run multiple months that at
least one of the residents are dropped if they have more than one
admit/discharge/admit in the specified report date range.
My two tables are TblResidents and another one for TblAdmissionsDischarges.
How can I have the report recognize all of the dates and show the resident
for each month that is relevant for the report date range?
Secondly, I need to figure out how I can summarize the total number of
admissions and total number of discharges for each month. I had a
Count([Admissions]) field added to the group footer, but it doesn't count
only the admissions, it counts all names listed for that particular month --
discharges and all. Any help is greatly appreciated.