I have a database that we use to track and order the medications for inmates in a large county jail. I have the primary table as Inmates and many tables that have relationships to this main field. One of the fields is Meds. The state Department of Corrections recently changed their acceptance criteria. I used to have to send a report on each inmate listing their medications along with some demographic information, DOB, SSN, etc., if the inmate had no medications I didn’t need to send anything, that has changed and I now need to send the report with “None” in the medicaion space, and of course the same demographic information.
I have been using a report based on a query with the Inmate and Meds table selected and the criteria being a Yes/No field to select those who will be transferred. It has worked fine, if there were no medications the report would only print out the records with medications.
I need now of course to print out all records, even those without meds and if meds is blank, none currently ordered, to have the “None” listed.
I am lost as to how to do this. Any ideas?
Jail Administrator Medical