Follow up Question:
Can I somehow make a Column calculation like this in the QueryDesign mode
Formation: [InMatesTot]-[JailS]-[JailWard]-[Hospital A]-[Q-Ward]-[Consult]
For this Query
SELECT DISTINCTROW tblInmateProfile.tblsquad_ID, Count(IIf(Nz([jailstatus],0)=True,[jailstatus],Null)) AS...