Hi, I have two tables (DBO-employee & Biennial_Import). I would like to compare the FirstName, LastName, and Div fields of each table then update the "Div" field of DBO_employee table if the FirstName and LastName fields are equal and add a new record (FirstName, LastName, Div) to the DBO_employee table if there is no match.
I have tried the update query, but it deleted the contents of the FirstName and LastName fields
Thanks
I have tried the update query, but it deleted the contents of the FirstName and LastName fields
Thanks