Set Margins

  • Thread starter Thread starter Scott A
  • Start date Start date
S

Scott A

I've changed the margins for a few of my reports - but
when I run the reports on another machine, the margins are
reset to their defaults...

I saw a similar post where they referred to a white paper
called "controlling your printer" - which tells me that to
permanently change the margins of the report, I have to
dig into the prtMip property of the report using VBA.

Is this the only way to change these properties? Does
anyone have good VBA code where I can easily locate and
change these variables? How do I convert from cm to twips?

Any assistance is greatly appreciated.

Thanks,

Scott
 
Scott:

1.) If you are using Access 2000, then before you do anything else make
sure that all machines are updated to Service Release 3.
2.) Make sure that your reports are set to use the default printer.
3.) If you need code to control the margins on your report, stop by our web
and look in the Code and Design tips area under reports, all the code you
need is there. BTW there are 567 twips per CM.
 
Back
Top