R
Robin
Hi All,
I have two tables for managing our sales orders. One has the order header
info such as customer name, account number, etc and the other stores the
order line info such as productID, unit price, qnty, etc. The tables have a
one to many relationship and are joined using the OrderID.
I need to create a query to list all the sales orders that include both
productID 57 and 58 but i can't quite get my head round it! If i put "57 or
58" in the criteria box it gives me all of the orders that include either 57
or 58 whereas i need to know the orders that include both!
Thx in advance.
Rob
I have two tables for managing our sales orders. One has the order header
info such as customer name, account number, etc and the other stores the
order line info such as productID, unit price, qnty, etc. The tables have a
one to many relationship and are joined using the OrderID.
I need to create a query to list all the sales orders that include both
productID 57 and 58 but i can't quite get my head round it! If i put "57 or
58" in the criteria box it gives me all of the orders that include either 57
or 58 whereas i need to know the orders that include both!
Thx in advance.
Rob