
I have a list of customers and partners that I have to sort through. If the customer and the partner are the same number I can delete it. If the customer and partner are different numbers I have to keep the entire record.
In the above example 10042 and 10054 can be deleted but all records for 10044 and 10068 must be kept.
I'm drawing a blank on how to do this so any help is much appreciated.
Thanks!!