page orientation

S

Scott M

Hello,
Problem: my reports need to be presented in landscape orientation,
but no matter how many times this is set, it reverts back to portrait.
How can I set the orientation inside a module, macro, or other code
segment? I seem to be unable to access the PageSetup object as
I see it done in various KB articles.

Thank you,
Scott
 
J

Jeff Boyce

Scott

You didn't mention which version you are working with. Any chance you have
ASK and have neither unchecked the "Track Name Autocorrect" option, nor
installed the patch? There was a known bug that messed with Report
definition.
 
F

fredg

Hello,
Problem: my reports need to be presented in landscape orientation,
but no matter how many times this is set, it reverts back to portrait.
How can I set the orientation inside a module, macro, or other code
segment? I seem to be unable to access the PageSetup object as
I see it done in various KB articles.

Thank you,
Scott

If you are using Access 2000 this is a known bug and is documented in
the Microsoft Knowledgebase article:
Q245021 'List of Fixed Problems in Microsoft Office 2000 Service
Release 1/1a (SR-1/SR-1a)'
And specifically:
Q240826 'Lost Printer Settings when Name Autocorrect is turned on'

Turn off the Name AutoCorrect feature as a temporary 'fix'.
Then download and install the Service Release 1/1a.
 
Top