jason246day
Programmer
I have having trouble running my duplicate finder query. The table I am running off, Orders, contains hundreds of thousands of rows. One of the colums in this table is Customer ID, which contains a company id that signifies which of our clients this order came from.
I am wanting to find duplicate social security numbers within one customer id. The problem I am running into is the the query finds the duplicates, then filters down to the proper customer id. When this happens, a customer that has placed an order with another company shows up as a duplicate, but it really isn't.
So what I am trying to accomplish is to filter down my table to show orders from only one customer ID, and then look for the duplicated SSN's.
I am wanting to find duplicate social security numbers within one customer id. The problem I am running into is the the query finds the duplicates, then filters down to the proper customer id. When this happens, a customer that has placed an order with another company shows up as a duplicate, but it really isn't.
So what I am trying to accomplish is to filter down my table to show orders from only one customer ID, and then look for the duplicated SSN's.