I have a report with a print button that has simple vba behind it.
On Error Resume Next
Docmd.Runcommand acCmdPrint
The problem is that the properties don't save for landscape. It always defaults to portrait. However, I have another database that when I create the same type of print button, it defaults to landscape. Does anyone know why this is happening?