S
Stephen Glynn
This is one of my blind spots.
I've three tables: tblCustomer, tblOrder and tblOrderDetails.
I've joined tblCustomer and tblOrder on CustomerID and tblOrder and
tblOrderDetails on OrderID. One customer places many orders and one
order contains many OrderDetails.
How do I write a query that will show me all the customers, all the
orders they've placed, and the details of each order?
Steve
I've three tables: tblCustomer, tblOrder and tblOrderDetails.
I've joined tblCustomer and tblOrder on CustomerID and tblOrder and
tblOrderDetails on OrderID. One customer places many orders and one
order contains many OrderDetails.
How do I write a query that will show me all the customers, all the
orders they've placed, and the details of each order?
Steve