Find Duplicates Query and...

M

michaelberrier

I'm running a Find Duplicate Query to find the instances of two values
in selected records. Each record has a unique identifier, then a
field for Condition(A) and a field for Procedure(X,Y,Z0. I'm looking
for all the records that have Condition "A" for each Procedure. I
also need, in the same query, to find out the total of each Procedure
so that I can make a percentage comparison (i.e.: 50% of Procedure Y
had Condition A). I can figure out how to do either, but I cannot
figure out how to put them into the same query.

Any help would be greatly appreciated.
 
Top