J
JerryT
I am trying to find duplicates from a table and then limit those records by
selecting lines where my ID field contains different data. For example, I
have dupliacte records from a insurance claims table and I now want to show
claims where a doctor is using two IDs to bill claims.
ID Date Procedure
1 06/29/07 99213
2 06/29/07 99213
After I find the duplicates how do I limit these records by showing only the
duplicate lines where the ID field is different?
selecting lines where my ID field contains different data. For example, I
have dupliacte records from a insurance claims table and I now want to show
claims where a doctor is using two IDs to bill claims.
ID Date Procedure
1 06/29/07 99213
2 06/29/07 99213
After I find the duplicates how do I limit these records by showing only the
duplicate lines where the ID field is different?