I have two tables (table1 and table2). Both have common fields such as LName, FName and ssn. LName and FName in table1 are blank.
Now I need to insert FName and LName from Table2 into Table1 (where table1.ssn=table2.ssn). How can I accomplish this?
Thank you in advance
Now I need to insert FName and LName from Table2 into Table1 (where table1.ssn=table2.ssn). How can I accomplish this?
Thank you in advance