I tried what you suggested but no luck.

Here's what my code within a pushbutton click event looks like now:

-code snip--------------------------------------------------

Printer.Orientation = vbProrLandScape ' Page to landscape
rptStock.Show ' Show report

------------------------------------------------------------