danikuper
Registered User.
- Local time
- Today, 03:18
- Joined
- Feb 6, 2003
- Messages
- 147
Simple question: how do you do a word mail merge when you have the following table structure:
table: Customers
customerID
customername
customeraddress
table: Invoices
customerID
invoice_no
invoice_total
It's a one-to-many relationship between those two tables and my letter in word needs to show all invoices for one customer? Example:
John Doe
123 Street
Boston, Ma 02042
List of invoices:
Invoice Total
0123 $45
0223 $55
0321 $10
Total: $110
If I create a query that gives me customer, address and invoice data word uses each invoice as a separate record in a separate page....
Is there an easy way out of this?
Thanks!
daniel
table: Customers
customerID
customername
customeraddress
table: Invoices
customerID
invoice_no
invoice_total
It's a one-to-many relationship between those two tables and my letter in word needs to show all invoices for one customer? Example:
John Doe
123 Street
Boston, Ma 02042
List of invoices:
Invoice Total
0123 $45
0223 $55
0321 $10
Total: $110
If I create a query that gives me customer, address and invoice data word uses each invoice as a separate record in a separate page....
Is there an easy way out of this?
Thanks!
daniel