G
Guest
I have two tables. Table A has new data being entered daily and also some
data that is being updated. TABLE B is a master table that has data from
every month. I want to know how to add the new data from Table A into Table B
and update the data that has been changed in Table A into Table B. I used the
append, but that adds the updated data as a new record in Table B.
I just want to add new data to table B and update the data that just has a
field changed. How do I do this?
jac007
data that is being updated. TABLE B is a master table that has data from
every month. I want to know how to add the new data from Table A into Table B
and update the data that has been changed in Table A into Table B. I used the
append, but that adds the updated data as a new record in Table B.
I just want to add new data to table B and update the data that just has a
field changed. How do I do this?
jac007