Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page orientation through code

Status
Not open for further replies.

rohini21

Programmer
Jan 19, 2003
49
NZ
Hi All,

I was wondering if I can control the page orientation or the borders of the page through the code within the access in order to print the report.

Cheers

 
Those properties can only be set in design mode. You can open the report in design mode using code and set the properties, but the user is likely to be prompted to save changes (unless you save or cancel changes in code too).

To tell you the truth - it's a bit scrappy! Plus, it will make your application a lot more complicated to maintain/debug.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top