Muilti Page Reports with same Data

  • Thread starter Thread starter Megaman
  • Start date Start date
M

Megaman

Maybe someone can help me with this problem,
I need to print delivery notes from my database but need to print three
copy's marked "customer copy" "office copy" "accounts copy" it must print
all three with the data from the first record then move to the next and so
on.

Any idea's
Thank's
Des.
 
Des,

A trick to do that without any programming, is the following: make a single
text field table and three records reading "customer copy" "office copy"
"accounts copy". Add that table to the query feeding the report with data,
and add the field in the leftmost position. The result of it will be three
reords for each delivery, each with a varying copy designation and all other
fields identical.
Then go to your report design and add a control to display the new record.
You may need to play around with sorting and grouping to achieve the desired
sequence of pages, my guess is the new field must be grouped together with
delivery note #, and sorting must be on delivery note #.

HTH,
Nikos
 
Back
Top