View Full Version : Sizing Reports


Jade
02-05-2002, 02:57 PM
Hi There,

I was wondering if anyone knows how to have reports open to fit to page. I don't want to have to use the scroll bars to view the page.

Thank you
Jen

Majid Umar
02-10-2002, 06:25 AM
Try this,

Private Sub ButtonToOpenReport_Click()

DoCmd.OpenReport "Report_Name", acViewPreview, "", ""
DoCmd.RunCommand acCmdFitToWindow

End Sub