Join two reports

checoturco

Registered User.
Local time
Yesterday, 16:28
Joined
Oct 17, 2005
Messages
76
Hi all,

I have two reports that need to be printed together, because i print the reports to a pdf printer.

i have a button with this code:

stDocName = "report_A"
DoCmd.OpenReport stDocName, acNormal
stDocName = "report_B"
DoCmd.OpenReport stDocName, acNormal

of course this print two different reports and i ask if somebody have some idea to join this two records( append the second report to the first).

tks all guys.

checoturco
 

Users who are viewing this thread

Back
Top Bottom