grouping

amavadia

Registered User.
Local time
Today, 05:21
Joined
Mar 30, 2006
Messages
36
I have created an invoicing system for a CD shop
There is a transaction table which has each individual cd sold as a seperate transaction. Each transaction has an order number, so there can be more then one cd sold per order, but they all still have their own record in the table.

im now invoicing each order by mail merge based on a query that finds all the details on every transaction but wht ive found is that the mail merge puts each transaction onto a different page even if its from the same order number as another.

does anyone know how to group each order in the query so that all the items in one order come in a single invoice?
 
Why mail merge? It would be much easier to do this in a report.
 
its my a level coursework and i have to use DDE in it somewhere
 

Users who are viewing this thread

Back
Top Bottom