Hi all,
In MS Access 2003 I'm trying to produce a report that has the some sections (the header section for the first sort item) in Landscape, and the rest in Portrait.
I tried using code like Me.Printer.Orie ntation = "n" (where n is 2 for portrait and 1 for landscape), but found that it seems whatever the last "format change" code executed by the report is what I get for the whole report, not just the section_format code it was in.
Does anyone know if it is possible to do this, and if so, do you have some example code?
Thanks,
Zwoker.
In MS Access 2003 I'm trying to produce a report that has the some sections (the header section for the first sort item) in Landscape, and the rest in Portrait.
I tried using code like Me.Printer.Orie ntation = "n" (where n is 2 for portrait and 1 for landscape), but found that it seems whatever the last "format change" code executed by the report is what I get for the whole report, not just the section_format code it was in.
Does anyone know if it is possible to do this, and if so, do you have some example code?
Thanks,
Zwoker.
Comment