I IanT Registered User. Local time Today, 21:18 Joined Nov 30, 2001 Messages 191 Feb 12, 2002 #1 By using the 'On Open' command in the report properties, I want code to make the report fit into the screen. Can anyone help!
By using the 'On Open' command in the report properties, I want code to make the report fit into the screen. Can anyone help!
M Majid Umar Registered User. Local time Today, 21:18 Joined Aug 2, 2001 Messages 22 Feb 12, 2002 #2 If I'm correct U want to open reeport to fit the window in that case use the following; Private Sub Report_Open(Cancel As Integer) DoCmd.RunCommand acCmdFitToWindow End Sub
If I'm correct U want to open reeport to fit the window in that case use the following; Private Sub Report_Open(Cancel As Integer) DoCmd.RunCommand acCmdFitToWindow End Sub