N
NeonSky via AccessMonster.com
Hello,
I am not sure how to design the following query. Please reference the two
sample tables...
TABLE A
FNAME LNAME ADDR1 CONFO
Anthony Smith House12 143
Anthony Smith House12 345
Anthony Smith House12 659
TABLE B
FNAME LNAME ADDR1 CONFO
Anthony Smith House12 143, 345, 565
What I would like my query to accomplish is to refence TABLE A's CONFO field
in relation to TABLE B, and delete those records from TABLE A where Confo
exists in TABLE B. Thus after running this delete query we are left with
TABLE A in the below state.
TABLE A
FNAME LNAME ADDR1 CONFO
Anthony Smith House12 659
Thank you for your time and consideration!!
I am not sure how to design the following query. Please reference the two
sample tables...
TABLE A
FNAME LNAME ADDR1 CONFO
Anthony Smith House12 143
Anthony Smith House12 345
Anthony Smith House12 659
TABLE B
FNAME LNAME ADDR1 CONFO
Anthony Smith House12 143, 345, 565
What I would like my query to accomplish is to refence TABLE A's CONFO field
in relation to TABLE B, and delete those records from TABLE A where Confo
exists in TABLE B. Thus after running this delete query we are left with
TABLE A in the below state.
TABLE A
FNAME LNAME ADDR1 CONFO
Anthony Smith House12 659
Thank you for your time and consideration!!