S
sjones298
Guest
I want to print two reports using the Module. One original and one that has "copy" printed on it. I created a report that has "copy" and added it as a subreport to the original report and set visible = no. My code is working to print out the first report but how do I turn on the subreport "copy" and print the second report?
(I have multiple reports based on state logic so I need to use _Letter to print all my reports.)
DoCmd.OpenReport rule("State_abbr") & "_Letter", acNormal
Thanks for your help!!!
(I have multiple reports based on state logic so I need to use _Letter to print all my reports.)
DoCmd.OpenReport rule("State_abbr") & "_Letter", acNormal
Thanks for your help!!!