B
basara
hi,
I have two table called POP and CurrMth, these two tables have some common
fields called [disty] [part] and [custumer]. I want to find the unmatched
records from these two table according to the combination of the three
fields, meaning find in table POP the records which the combination of
[disty] [part] and [customer] is different from CurrMth.
I know there is a special query called find unmatched records. However,
there is not a Primary key in both of my table so that i need to check for
the combination of the three fields. Moreover, my [customer] can be null.
Can someone please help.....
Thanks in advance
Basara
I have two table called POP and CurrMth, these two tables have some common
fields called [disty] [part] and [custumer]. I want to find the unmatched
records from these two table according to the combination of the three
fields, meaning find in table POP the records which the combination of
[disty] [part] and [customer] is different from CurrMth.
I know there is a special query called find unmatched records. However,
there is not a Primary key in both of my table so that i need to check for
the combination of the three fields. Moreover, my [customer] can be null.
Can someone please help.....
Thanks in advance
Basara