G
Guest
Here's what's going on:
Table A has a series of records. Table B contains another series of
records. I want to query all the records in Table A. However, if Table B
contains the Unique ID of one of the records in Table A, some of the data in
Table B will replace some of that record displayed in Table A.
I can (obviously) display all the records in Table A. I can also already
display all the records that match between Table A and Table B, and replace
the data the way I want. The hard part is making both display together. I
could, of course, use a union query, but then I only want to show the records
from Table A that are not linked to in Table B.
Does that make any sense? Any ideas on how to get this to work?
Thanks!
Dustin
Table A has a series of records. Table B contains another series of
records. I want to query all the records in Table A. However, if Table B
contains the Unique ID of one of the records in Table A, some of the data in
Table B will replace some of that record displayed in Table A.
I can (obviously) display all the records in Table A. I can also already
display all the records that match between Table A and Table B, and replace
the data the way I want. The hard part is making both display together. I
could, of course, use a union query, but then I only want to show the records
from Table A that are not linked to in Table B.
Does that make any sense? Any ideas on how to get this to work?
Thanks!
Dustin