G
Guest
I would like to know if there is a way that you can update a table's fields
(tbl 1) with the data from another table (tbl 2). I do not want to "append",
because I do not want to add records. I want to fill the fields that are
empty in tble 1 with the data that is in tble 2. The tables are the same
with the same fields and same type of data being entered. I tried to do an
"Update" and I do not want to override what is tble 1 if there is already
data in the fields. I just want to fill tble 1 fields that are empty with
data from tble 2. Any help will be greatly appreciated. Thank you.
(tbl 1) with the data from another table (tbl 2). I do not want to "append",
because I do not want to add records. I want to fill the fields that are
empty in tble 1 with the data that is in tble 2. The tables are the same
with the same fields and same type of data being entered. I tried to do an
"Update" and I do not want to override what is tble 1 if there is already
data in the fields. I just want to fill tble 1 fields that are empty with
data from tble 2. Any help will be greatly appreciated. Thank you.