K
KS31
I am working with queries pulling from an SQL linked table. I'm pulling
orders within a given time period with the below fields. Each order line
item appears on
a separate line.
Customer Name Order Number Date Item Type New Start
Joe Smith 12345 3/3/08 Core
Y
Joe Smith 12345 3/3/08 Comp Y
Pete Smith 33224 3/4/08 Comp Y
I need to do a query to pull customers who only have Comp items only within
the time period I pull, so in this example I only want to see Pete Smith.
How can I do this without also pulling Joe Smith?
orders within a given time period with the below fields. Each order line
item appears on
a separate line.
Customer Name Order Number Date Item Type New Start
Joe Smith 12345 3/3/08 Core
Y
Joe Smith 12345 3/3/08 Comp Y
Pete Smith 33224 3/4/08 Comp Y
I need to do a query to pull customers who only have Comp items only within
the time period I pull, so in this example I only want to see Pete Smith.
How can I do this without also pulling Joe Smith?