S
Susan
Customer Orders are ranked from 1 to 10 and are assigned an order type of 1,
2 or 3. The table for this is:
TblOrderRankType
OrderRankTypeID
CustomerID
Rank
Type
I need help with two queries, please.
1. Count Customers(CustomerID) by Rank who placed Type 1 or Type 2 orders
and never placed a Type 3 order.
2. Count Customers(CustomerID) by Rank who placed all Type 3 orders and
never placed a Type 1 or Type 2 order.
I'm having problems excluding Type 3 in 1 and excluding Type 1 or Type 2 in
2.
Thank you!
Susan
2 or 3. The table for this is:
TblOrderRankType
OrderRankTypeID
CustomerID
Rank
Type
I need help with two queries, please.
1. Count Customers(CustomerID) by Rank who placed Type 1 or Type 2 orders
and never placed a Type 3 order.
2. Count Customers(CustomerID) by Rank who placed all Type 3 orders and
never placed a Type 1 or Type 2 order.
I'm having problems excluding Type 3 in 1 and excluding Type 1 or Type 2 in
2.
Thank you!
Susan