I have two tables one has the order number and the other has the item being ordered and shipment status like below
order1 ------ Item 1, Shipped
------ Item 2, On-order
order 2 ----- Item 1, Shipped
----- Item 2, Shipped
How can I show only order with all items being shipped? In this case, I want to list order 2.
Please advise.
Thanks
order1 ------ Item 1, Shipped
------ Item 2, On-order
order 2 ----- Item 1, Shipped
----- Item 2, Shipped
How can I show only order with all items being shipped? In this case, I want to list order 2.
Please advise.
Thanks