Hi,
How can i produce a report that gives for each ward its name, code, and the percentage occupied in the wardof a hospital.
knowing that we have the table of "Ward" wich hold a wardCode, wardName, BedCount.
And another table for Admission wich has AdmissionID, patient_Id, AdmissionDate, Ward code Discharge_Date
Thanks for all your help
Dado