Make an exact duplicate of a record

D

danni82

Hey,
I am trying to make a database that stores then prints tickets for m
work.
What i have is all my info in a form and the number of copies i need o
that ticket (which will be one page)..

What can i do to make it print correctly..

For example

Item A Print 1
Item b print 4
Item C print 1
Item D print 1
item E print 2

Prints pages as (in report form
Item A; Item B;Item B;Item B;Item B;Item C;Item D; Item E; Item E

DAMNED IF I CAN GUeSSA WAY around this..
 
Top