I have code that opens a report for the current open form. It works fine, BUT, I would like for it to print directly to the printer rather than prieview it.
My code attached to my print report button is:
DoCmd.OpenReport "Card Charge Form", acViewPreview, , "[Order ID]=" & OrderID, acDialog...