J
J.C.
I need to create a query with the resulting recordset
showing all records in Table A that do not have a record
in Table B that matches the key field. This is probably
simple, but the solution eludes me.
Table A
Column 1 - IKey (Primary Key)
Other Columns...
Table B
Column 1 - BKey (Primary Key)
Column 2 - IKey (same as Table A, Column 1,)
Result should display each row from Table A if there is no
record in Table B that matches the IKey columns.
jc
showing all records in Table A that do not have a record
in Table B that matches the key field. This is probably
simple, but the solution eludes me.
Table A
Column 1 - IKey (Primary Key)
Other Columns...
Table B
Column 1 - BKey (Primary Key)
Column 2 - IKey (same as Table A, Column 1,)
Result should display each row from Table A if there is no
record in Table B that matches the IKey columns.
jc