Printing a report multiple times

xxyy

Registered User.
Local time
Today, 01:21
Joined
Feb 24, 2006
Messages
51
Dear All,

I'd like to print out a report multiple times. I've found some material in this forum (the topic title was very similar to mine):

DoCmd.SelectObject acReport, "DELIVERIES", True
DoCmd.PrintOut acPrintAll, , , , 4

But this would have to be transformed, because my problem is the following:

There's a form-subform structure, and the records on the subform are numbered (~page number). Each record belongs to a page of the report that I'd like to print out.
And on the form there are fields (each record has its own field) where I can give the number of the copies (these numbers are just on the form, not stored in any table).
So, my task is not to print out a report as many times as the number of a field says but to print out a report where a certain page should be printed out as many times as the number in the relevant field says.

Please help me to solve this problem.

Thanks in advance.

Sz.Cs.
 

Users who are viewing this thread

Back
Top Bottom