I'm a newbie -- I have 2 tables:
TABLE1 has the majority of the data, several fields.
TABLE2 has just two fields, one of which corresponds to a field in TABLE1, 2nd field is an empty field in TABLE1 but needs the data from TABLE2
all records in TABLE1 do not exist in TABLE2
all records in TABLE2 do exist in TABLE1
-- is there some way to do this?
TABLE1 has the majority of the data, several fields.
TABLE2 has just two fields, one of which corresponds to a field in TABLE1, 2nd field is an empty field in TABLE1 but needs the data from TABLE2
all records in TABLE1 do not exist in TABLE2
all records in TABLE2 do exist in TABLE1
-- is there some way to do this?