G
Guest
I would like to update a table with updates that are in another table. For
example, one record in the updates table might have a person's new address,
another might have a new last name or corrected date of hire, etc. Most of
the fields for a record in the update table will be blank, however. That is,
for an address change, you would just have the person's social security
number and address information, but their last name, date of hire, etc. would
be blank.
My question is, can I create a single query that will apply these updates to
the other table, but without "updating" the fields that are blank for that
record in the updates table. For example, if someone in the updates table has
a corrected address, but his date of hire and name are blank, I want to
update his address info in the original table, but I want to leave the date
of hire and name as is, not replace them with blanks. Can this be done
without spliting up the updates into different tables?
Thanks in advance for any help you can provide.
example, one record in the updates table might have a person's new address,
another might have a new last name or corrected date of hire, etc. Most of
the fields for a record in the update table will be blank, however. That is,
for an address change, you would just have the person's social security
number and address information, but their last name, date of hire, etc. would
be blank.
My question is, can I create a single query that will apply these updates to
the other table, but without "updating" the fields that are blank for that
record in the updates table. For example, if someone in the updates table has
a corrected address, but his date of hire and name are blank, I want to
update his address info in the original table, but I want to leave the date
of hire and name as is, not replace them with blanks. Can this be done
without spliting up the updates into different tables?
Thanks in advance for any help you can provide.