I am working with my lab database and close to complete it. But i am stuck in a query and a few similar queries which all give back the similar results.
Here is the Query in design mode
and this is what it gives out
This query is counting the number of ID
values in table PatientTestIDs
whereas I want to count the number of unique PatientID
values grouped by each department
I have even tried Unique Values and Unique Records properties but all the times it gives the same result.