I want 1 button to print about 10-20 reports on 1 click.
I have placed VBA on the button to open each report, print then close.
DoCmd.OpenReport "maintenancepayments", acViewPreview, "", "", acNormal
DoCmd.RunCommand acCmdPrint
DoCmd.Close
The problem I have is that each report opens...