|
Question : Splice reports together for duplex printing?
|
|
I have an Access database that prints 4 separate reports. Each report is a single 8.5 x 14 page. I was group it so one button printed both reports. No Problem. I added a macro button that prints all 4 reports.
Now I am being asked if I can make it duplex those reports when printing. In other words: Report 1 on front of page 1, Report 2 on back of page 1, report 3 on front of page 2, etc . . .
Is it possible to do this without much hassle. I'm sort of befuddled!
|
|
Answer : Splice reports together for duplex printing?
|
|
Try this model, One report with 4 subreports as per request. Manually coded 1/4, 2/4, 3/4, 4/4 Because of 1 page per report. Otherwise some coding is required.
|
|
|
|