DarkWorlds
Technical User
Ok right now I have an issue I was hoping to solve.
I currently have a query that pulls up 1.9 million people
It pulls the following and all of these are unique by the pull. No duplicates in the bunch.
Account_ID
Account_Status
Account_Type
Account_Holder_Name_First
Account_Holder_Name_Last
Account_Holder_Addr
Account_Holder_City
Account_Holder_State
Account_Holder_Zip
Account_Holder_Phone
So all of them have a unique account ID, but a person can have more than one account. We intend to call these people and just make sure info is up to date. So when I did a unique search on just Last_Name, Addr, Phone I got 1.2 million results.
I was hoping to keep the above info, but get rid of the 700k worth of info because we might call someone 2-3 times. Got any suggestions? I hope I was clear on what I needed. I just need to narrow it down a few results
I currently have a query that pulls up 1.9 million people
It pulls the following and all of these are unique by the pull. No duplicates in the bunch.
Account_ID
Account_Status
Account_Type
Account_Holder_Name_First
Account_Holder_Name_Last
Account_Holder_Addr
Account_Holder_City
Account_Holder_State
Account_Holder_Zip
Account_Holder_Phone
So all of them have a unique account ID, but a person can have more than one account. We intend to call these people and just make sure info is up to date. So when I did a unique search on just Last_Name, Addr, Phone I got 1.2 million results.
I was hoping to keep the above info, but get rid of the 700k worth of info because we might call someone 2-3 times. Got any suggestions? I hope I was clear on what I needed. I just need to narrow it down a few results