View Full Version : Access Report Changing Page setup


dhobby
10-18-1999, 06:24 AM
I am experiencing problems with access changing the orientation and margins of a report. This is happening to me in Access 2000. Please Help!!!

locphoto
10-21-1999, 03:17 PM
If the report is not holding the page setup you set from the print screen try setting the margins in code using

me.left=".5"
me.toop="1"
etc.