I have two tables that users have been entering data into. Both tables have the same records, but the fields come from differnt sources, so users are entering data into fields in each table.
I need to join (merge? append?) the two tables so that I have all the data in one table.
I would like to use one table as a master, and have the other table write data into fields if (and only if) the master is missing data in those fileds.
I have tried the trial and error method, but I would like to know if someone can point me in the right direction.
I need to join (merge? append?) the two tables so that I have all the data in one table.
I would like to use one table as a master, and have the other table write data into fields if (and only if) the master is missing data in those fileds.
I have tried the trial and error method, but I would like to know if someone can point me in the right direction.