S
Sharon123
I have some several fields that have duplicate Patient_ID and I would like to
count those duplicates and assign them a number for example.
Patient_ID Radiology
123 MRI
123 CT
123 MRI
127 CT
127 CT
138 CT
I have been using the Total Count in the query but it summarizes the count
for all Patients what I need is this:
Patient_ID Radiology Count_Per_Patient
123 MRI 1
123 CT 2
123 MRI 3
127 CT 1
127 CT 2
138 CT 1
Thanks for advance for anyone who can help me with this. I have been breaking
my head for days trying to figure it out.
count those duplicates and assign them a number for example.
Patient_ID Radiology
123 MRI
123 CT
123 MRI
127 CT
127 CT
138 CT
I have been using the Total Count in the query but it summarizes the count
for all Patients what I need is this:
Patient_ID Radiology Count_Per_Patient
123 MRI 1
123 CT 2
123 MRI 3
127 CT 1
127 CT 2
138 CT 1
Thanks for advance for anyone who can help me with this. I have been breaking
my head for days trying to figure it out.