We are still having problems with printing landscape reports. Sometimes these reports are printed portrait instead of landscape.
We already tried to force landscape using VBA
Private Sub Report_Open(Cancel As Integer)
Application.Printer.Orientation = acPRORLandscape
End Sub
We are using msAccess 2003 (SP1) on Windows XP machines.
As far as we know, there are no newer SP available for Access 2003.
rgds,
Mark
We already tried to force landscape using VBA
Private Sub Report_Open(Cancel As Integer)
Application.Printer.Orientation = acPRORLandscape
End Sub
We are using msAccess 2003 (SP1) on Windows XP machines.
As far as we know, there are no newer SP available for Access 2003.
rgds,
Mark