gusbrunston
Programmer
[tt]
Hi:
I would like to get a list of PrimaryKeys in one table that are not included in another table. i.e., in the following, Table C is the result I want from a query:
Table A Table B Table C
3030 3030
3252 3252
3400 3400
3412 3412
3333 3333
3815 3815
3812 3812
3049 3049
3090 3090
3095 3095
3900 3900
3182 3182
Again, Table C
3252
3333
3095
(Then I hope to insert each row from Table C into Table B with all default values other than the key.)
Does this make sense?
Thanks in advance. I'm not as clear about things since the accident.[/tt]
[tt]
Gus Brunston - Access2000/2002(DAO)[/tt]
Hi:
I would like to get a list of PrimaryKeys in one table that are not included in another table. i.e., in the following, Table C is the result I want from a query:
Table A Table B Table C
3030 3030
3252 3252
3400 3400
3412 3412
3333 3333
3815 3815
3812 3812
3049 3049
3090 3090
3095 3095
3900 3900
3182 3182
Again, Table C
3252
3333
3095
(Then I hope to insert each row from Table C into Table B with all default values other than the key.)
Does this make sense?
Thanks in advance. I'm not as clear about things since the accident.[/tt]
[tt]
Gus Brunston - Access2000/2002(DAO)[/tt]