The table names are both table 27.
I have one in my database that reps use to input phone numbers that I use for an outbound calling campaign before we turn off electricity.
The second table 27 is updated daily from the main system. I pull it once a week so I have proper KHW usage and I know who isnt paying their bill.
I need to pull the second table 27 with the updated information from the main system and import it into my database. If the phone number field is filled in, I want that row to skip and not update in my database. I have the number, I dont ned the new updated information so it can be skipped.
Wht I dont want is my table 27 to have multiple same records. If my reps capture the phone number at an address, it can be skipped when updating my table.
I usually export the table 27 and rename it in my database. I them copy it to my table 27.
Confusing?