recall card print

J

JIM.H.

Hello,
I need to print recall card by using to and from addresses
from a table. I need to print four to and from address on
the same letter size paper. Can I use report for this
purposes and if yes, how should print four to/from
addresses into the same page.
Thanks,
Jim.
 
F

Fons Ponsioen

Hi Jim.
The way I usually do it when I need to print multiple
copies of the same record, I add a table to the underlying
query with just the number of records of the number of
repeat records I wish, 1 or two or 3 etc.
By adding this table to the query you will automatically
replicate the records of the resulting query by the number
of records in the unrelated table.
Hope this helps.
Fons
 
Top