G
Guest
Hi folks,
Marshall Barton told me how to open a report big but,
DoCmd.OpenReport "rptAllAcctBalances", acViewPreview
DoCmd.Maximize
causes my database window to max out also?
What if, like in days of old, in C, I wanted to specify the size of the report, rather than be limited to DoCmd.RunCommand acCmdZoom(s)?
Marshall Barton told me how to open a report big but,
DoCmd.OpenReport "rptAllAcctBalances", acViewPreview
DoCmd.Maximize
causes my database window to max out also?
What if, like in days of old, in C, I wanted to specify the size of the report, rather than be limited to DoCmd.RunCommand acCmdZoom(s)?