Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

print multiple copies of single record based on value in text box

Status
Not open for further replies.

toxicsox

Programmer
Oct 13, 2004
3
ZA
i have a system where i need to print tickets based on the value of the quantity field if the quantity field is entered e.g. 10 it must print that line item 10 times as i will have multiple line items with different values. and it must print all the values for each line item the exact amount that is in the quantity field
 
See "PrintOut Method" in the VBA help file.
[tt]
DoCmd.PrintOut acPages, pagefrom, pageto, quality, NoOfCopies, collatecopies[/tt]

________________________________________________________
Zameer Abdulla
Help to find Missing people
Do not cut down the tree that gives you shade.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top