Sizing Reports (1 Viewer)

Jade

Registered User.
Local time
Today, 14:43
Joined
Jun 15, 2001
Messages
24
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

Registered User.
Local time
Today, 14:43
Joined
Aug 2, 2001
Messages
22
Try this,

Private Sub ButtonToOpenReport_Click()

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

End Sub
 

Users who are viewing this thread

Top Bottom