Hey everyone, merry christmas.
I have a question.
I have a report that shows a detail for each district in a zone. The report forces a new page for each zone. So there are usually 3-4 details on a page.
The report is designed for the district leaders, so I need to find a way to easily print one copy for each.
So I would like to have it print a different number of copies of each page equal to a control (count of the records) located in the zone footer.
Using the DoCmd.Printout seems to be the right idea, but when I reference the control with the count it returns only the highest number.
You follow? Hopefully that makes sense.
Anxiously awaiting floods of wisdom,
Dave
I have a question.
I have a report that shows a detail for each district in a zone. The report forces a new page for each zone. So there are usually 3-4 details on a page.
The report is designed for the district leaders, so I need to find a way to easily print one copy for each.
So I would like to have it print a different number of copies of each page equal to a control (count of the records) located in the zone footer.
Using the DoCmd.Printout seems to be the right idea, but when I reference the control with the count it returns only the highest number.
You follow? Hopefully that makes sense.
Anxiously awaiting floods of wisdom,
Dave