Set Page Margins in VB

J

Joe S

How do I set a report's page margins in the reports code
so that the left margin depends on whether I make one
field visible or not.
 
F

Fredg

Joe,
Look up the PrtMip property in VBA help.
Notice that this property is read/write only in
Design View.
 
Top