J Jade Registered User. Local time Today, 15:41 Joined Jun 15, 2001 Messages 24 Feb 5, 2002 #1 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
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
M Majid Umar Registered User. Local time Today, 15:41 Joined Aug 2, 2001 Messages 22 Feb 10, 2002 #2 Try this, Private Sub ButtonToOpenReport_Click() DoCmd.OpenReport "Report_Name", acViewPreview, "", "" DoCmd.RunCommand acCmdFitToWindow End Sub
Try this, Private Sub ButtonToOpenReport_Click() DoCmd.OpenReport "Report_Name", acViewPreview, "", "" DoCmd.RunCommand acCmdFitToWindow End Sub