Setting print margins from code

M

Max Moor

Hi All,
Is there a way to set print margins for a report from VB code? Is
there a another more prefered way to control them so programmed reports
always print as desired?

Max
 
S

SA

Max:

Stop by our web and look in the Code and Design Tips area under Reports for
code that you can use to set margins (in non-mde/ade dbs). You can call the
code before you launch your report each time if necessary.
 
Top