P
Paula
A query contains the fields CustomerID, CustomerName, OrderID and ItemID.
The query is based on a customers table, orders table, and order details
table. The orders table has a foreign key of CustomerID and is joined to
CustomerID in the customer table. The order details table has a foreign key
of OrderID and is joined to OrderID in the orders table. How do you create a
crosstab query that shows the total nunber of orders placed by each customer
and the total number of items ordered by each customer? Like the following:
CustomerName Total Orders Placed Total Items Ordered
Thanks!
Paula
The query is based on a customers table, orders table, and order details
table. The orders table has a foreign key of CustomerID and is joined to
CustomerID in the customer table. The order details table has a foreign key
of OrderID and is joined to OrderID in the orders table. How do you create a
crosstab query that shows the total nunber of orders placed by each customer
and the total number of items ordered by each customer? Like the following:
CustomerName Total Orders Placed Total Items Ordered
Thanks!
Paula