I need some help writing a query. I need to know how many patients are in my department at a given day and time. Currently, my database records the time they are admitted and the time they are discharged. Arrival time is HospitalArrivalTime which gives date and time. It is shortened using "HATTime: TimeValue([HospitalArrivalTime])". Disposition time (time they leave) is DispositionTime. I can calculate the length of stay with [DispositionTime]-[HATTime]. I can count how mny patients are admitted at a particular time and how many are discharged at a particular time. But it is between thos times I have not figured out a calculation.
If any other info is needed let me know.
If any other info is needed let me know.