Table_1_customers
Table_2_MailingList
I have 2 tables, one of them (Table_1_customers) has contact information for all of my customers. It has Name, birthday, address and phone number for data on the table. The other table (Table_2_MailingList) has been updated with new customer information specifically, phone number. Many of the records in the original table have null values for phone numbers. I want to add those phone numbers from table 2 to table 1 without impacting any of the other data. I trust the data in table 1, but not sure about table 2. So, if I dont have any information in a customers record in the phone number field of a record, I want to add it from this record on this table.
Table_1_customers
Field Names
ID, Name, Birthday, Address, PNumber
Table_2_MailingList
Field Names
ID, Name, Birthday, Address, PNumber