J
Jack
TblProduct
ProductID
ProductName
Selected (Y/N)
TblOrder
OrderID
CustomerID
TblOrderDetail
OrderDetailID
OrderID
ProductID
Most customers have multiple orders and each customer has a mix of products
in each order. The mix of products from order to order varies.
How do you write a query that provides a list of the products (no
duplicates) a customer has ordered collectively in all his orders where the
query is updateable so the Selected field can be checked?
Thanks for all help!
Jack
ProductID
ProductName
Selected (Y/N)
TblOrder
OrderID
CustomerID
TblOrderDetail
OrderDetailID
OrderID
ProductID
Most customers have multiple orders and each customer has a mix of products
in each order. The mix of products from order to order varies.
How do you write a query that provides a list of the products (no
duplicates) a customer has ordered collectively in all his orders where the
query is updateable so the Selected field can be checked?
Thanks for all help!
Jack