G
Guest
Hi all,
This might be an easy problem for many of you, but my brain has gone
completely blank. Please help!
I have a table structured as follows:
Item Kit
==== ====
1000 A
1000 B
1000 C
2000 A
3000 A
3000 B
4000 C
I want to be able to query those Items that go on Kit A, B, or A & B "only".
It means if the Item goes on anything else besides A & B, I'm not interested
in it. So for this data set, I'd want to see Items 2000 & 3000 only because
Item 1000 violates the rule (it also goes on Kit C), and Item 4000 doesn't
even go on either A or B.
How do I achieve this?
Thanks much!
This might be an easy problem for many of you, but my brain has gone
completely blank. Please help!
I have a table structured as follows:
Item Kit
==== ====
1000 A
1000 B
1000 C
2000 A
3000 A
3000 B
4000 C
I want to be able to query those Items that go on Kit A, B, or A & B "only".
It means if the Item goes on anything else besides A & B, I'm not interested
in it. So for this data set, I'd want to see Items 2000 & 3000 only because
Item 1000 violates the rule (it also goes on Kit C), and Item 4000 doesn't
even go on either A or B.
How do I achieve this?
Thanks much!