anyone know how I can select a list of customers that have orders with at least a specific list of products or more, but not with a partial list?
e.g.
Product Search List (is a table):
1 Oranges
2 Apples
I want this to return:
1 Joe Smith (has an Order with Oranges, Apples,Grapes)
2 Jane Doe (has an order with Oranges, Apples)
Don't return
3 Jack Ripper (has an Order with Oranges)