G
Geoff Jones
Hi
I'm hoping that somebody can help me with the following:
I have two tables, each of which has its own field holding integers. I would
like to generate a list of the integers that the two fields have in common
(without duplicates). So, for example, if the first table had a list
1,2,3,4,5,6,7,7,7,8,9 and the second table had 2,2,3,4,7,8 then I'd like to
get the list: 2,3,4,7 and 8.
I've managed to do this using Access i.e. a distinct join, but would like to
achieve the same thing using a DataRelation. So far, I've created a
datarelation between the two fields of the two tables but am not sure how to
proceed.
Can anybody help?
Thanks in advance
Geoff
I'm hoping that somebody can help me with the following:
I have two tables, each of which has its own field holding integers. I would
like to generate a list of the integers that the two fields have in common
(without duplicates). So, for example, if the first table had a list
1,2,3,4,5,6,7,7,7,8,9 and the second table had 2,2,3,4,7,8 then I'd like to
get the list: 2,3,4,7 and 8.
I've managed to do this using Access i.e. a distinct join, but would like to
achieve the same thing using a DataRelation. So far, I've created a
datarelation between the two fields of the two tables but am not sure how to
proceed.
Can anybody help?
Thanks in advance
Geoff