Programming Report Orientation

  • Thread starter Thread starter ian
  • Start date Start date
I

ian

Can someone please tell me how to set the Portrait/Landscape property
programmatically in Access 2000 VBA code.

I am using PrtMip to set the other parameters such as margins but can
see no way of setting Orientation.

Thanks
Ian
 
Ian,
That's because Orientation is set using the PrtDevMode Property.
This property is read/write only in Design View.
 
Fred
Many thanks. Shame Access' Help files didn't respond with this when I
put in key search words such as orientation, portrait and printing
etc. I've looked this up in a book now and it sounds a whole load of
fun!
Ian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top