Hi, I have a query to count the number of contacts received in a specific date period, this works fine.
 
However sometimes patients (patientID) can have more than 1 contact (contactID).
 
If I run a query which displays the number of contacts, how do I refine that to not include duplicate patientID's? So the results only have 1 patientID per patient.
 
Thanks
Will
 However sometimes patients (patientID) can have more than 1 contact (contactID).
If I run a query which displays the number of contacts, how do I refine that to not include duplicate patientID's? So the results only have 1 patientID per patient.
Thanks
Will