Inside one of my Reports, I have set the Top Margin using the following code on the OnOpen event...
Me.Report.Printer.TopMargin = 0
When I open the Report w/o previewing, the layout conforms great. However, when I preview the Report first, and print from inside the Report, the layout does NOT conform. I have already tried adding the same statement to the OnPrint, OnPage, and OnFormat events of the Report, but to no avail.
Any suggestions?
Pat
Me.Report.Printer.TopMargin = 0
When I open the Report w/o previewing, the layout conforms great. However, when I preview the Report first, and print from inside the Report, the layout does NOT conform. I have already tried adding the same statement to the OnPrint, OnPage, and OnFormat events of the Report, but to no avail.
Any suggestions?

Pat
Last edited: