That worked perfectly, thank you. I now need to isolate the last applications for each customer for each store. I have de duped by last.app_id but that only gives me one record per customer. If the customer applied at 4 stores, I want to keep the last application entered (these are numerical) for each customer by store. If the customer went to 1 store, they would have 1 record, 4 stores 4 records etc. I am trying to sort by store name ascending application numb er, then take the last ssn for each store but am not getting success..
... View more