print report

krzysiekk

Registered User.
Local time
Today, 06:49
Joined
Dec 2, 2009
Messages
74
Hi

Its possible to print report for every single row from query - I need print report "Report1" separetly for every singl row but pressing one button.
 
Usually a print report command prints all records, unless you entered a WHERE condition.
 
Can you tell us a little more about what you are trying to do, what you are trying to do with, and how you are trying to do it?

Maybe you need a for/next loop to run thru your RecordSet clone and use the DoCmd.PrintReport before each loop?
 
I designed report for A3 double side, is not possible to fit A3 size double on detail (is not possible to setup height more than 55.873), I designed in report header first page and on detail second page, now I printing one page double sided with no problems for one row.

But when I changed query to get more than one row is problem becouse report header is static for first row then just details changing.

Please advise
 
Anyone know hot fit two pages in detail section in report??
 

Users who are viewing this thread

Back
Top Bottom