Return Address Labels for Christmas Cards, etc.

Bluzmail1

New member
Local time
Yesterday, 22:24
Joined
Oct 30, 2012
Messages
2
I have a query that creates the Return Address Label info and a report that prints it once, however, I need to print it multiple times (as many as there are entries in a different particular query result). It needs to fill the sheet (3 Columns and however many rows to completely fill the sheet then go to a new sheet until the number required is completed.
 
Rather than print the form with DoCmd.Openreport rptName,AcViewNormal...
Open it first (either visible of not) an use the Docmd.PrintOut method which allows you to secify how many pages you want to print. As for columns of data, open your report in design view and go to the Columns tab of Page setup options (File>>Page Setups).
 

Users who are viewing this thread

Back
Top Bottom