Hey:
I need to "forcibly" set the page setup for many reports in an Access 2000 DB to landscape orientation.
There *may* be various reasons for this.
The most common is that the user who is accessing the DB *may* have default settings that override the Access core - ie: their system settings for their printer override the core design default I've tried to set in the DB.
In fact, I don't REALLY know for sure if when one sets a value for page layout in the DB it is actually stored anywhere anyway. This would explain why a lot of people are still struggling with this.
Would be nice to get a confirmation on that from some expert resource out there.
I'm aware of the various print properties that one can use in Access XP, but as far as I can tell, they DON'T work in 2000.
(IE: Application.Printer.Orientation = acPRORLandscape)
Short me writing a rather lengthy set of silly SendKeys commands to do this manually in the background, *IS* there a fairly simple VBA object component and a property setting for Access 2000 that will allow me to set print setup values?
Cheers,
marcus101
I need to "forcibly" set the page setup for many reports in an Access 2000 DB to landscape orientation.
There *may* be various reasons for this.
The most common is that the user who is accessing the DB *may* have default settings that override the Access core - ie: their system settings for their printer override the core design default I've tried to set in the DB.
In fact, I don't REALLY know for sure if when one sets a value for page layout in the DB it is actually stored anywhere anyway. This would explain why a lot of people are still struggling with this.
Would be nice to get a confirmation on that from some expert resource out there.
I'm aware of the various print properties that one can use in Access XP, but as far as I can tell, they DON'T work in 2000.
(IE: Application.Printer.Orientation = acPRORLandscape)
Short me writing a rather lengthy set of silly SendKeys commands to do this manually in the background, *IS* there a fairly simple VBA object component and a property setting for Access 2000 that will allow me to set print setup values?
Cheers,
marcus101