G
Guest
Hi everyone
I have two tables. All incoming data goes into Table A. Table B are certain records from Table A. What happens is that some data goes into Table A that really should be updated to Table B. It ends up that, for a particular record (row), some fields are blank and some are filled in Table A, and different fields in Table B are alternately filled/blank.
So I need to update Table B's blank fields with Table A's non-blank fields. The thing is that I don't want to overwrite any data that's already in Table B. It seems that the only query I can make so far will overwrite all of Table B's data, blank fields AND filled ones. How do I express the criteria of wanting only to update a field if there's no data already in it?
Thanks in advance for your help!
I have two tables. All incoming data goes into Table A. Table B are certain records from Table A. What happens is that some data goes into Table A that really should be updated to Table B. It ends up that, for a particular record (row), some fields are blank and some are filled in Table A, and different fields in Table B are alternately filled/blank.
So I need to update Table B's blank fields with Table A's non-blank fields. The thing is that I don't want to overwrite any data that's already in Table B. It seems that the only query I can make so far will overwrite all of Table B's data, blank fields AND filled ones. How do I express the criteria of wanting only to update a field if there's no data already in it?
Thanks in advance for your help!