Customer report, showing all orders by that customer

Banaticus

Registered User.
Local time
Yesterday, 23:27
Joined
Jan 23, 2006
Messages
153
I'd like to make a customer report that also shows all orders by that customer. I have two tables, a customer table and an order table. The customer table's primary ID is a customer #. In the order table, each line has a customer # from the customer table (lookup wizard to select a # from the customer table), an item and a day. All customers orders are in this order table.

I want to make a report of all customers, showing name, phone number, address from the customer table, then showing all orders for a specfic customer under each customer.

However, when using the Report wizard, I can only select a single line item from the Order table. I'm not sure how to list all Orders for a given customer.
 
set the sorting groups on the report you can do this through the wizard. It will even give examples.

Ash
 

Users who are viewing this thread

Back
Top Bottom