A
Ashley
Could I have the report to open in the "fit to window"?
Anyone know how to write a command on report open?
Thanks
Anyone know how to write a command on report open?
Thanks
Could I have the report to open in the "fit to window"?
Anyone know how to write a command on report open?
Thanks
This command or action 'FitToWindow' isn't available now.-----Original Message-----
If you open the report from an event on a form, use:
DoCmd.OpenReport "ReportName", acViewPreview
DoCmd.RunCommand acCmdFitToWindow
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
.
I got Run-Time Error '2046':
This command or action 'FitToWindow' isn't available now.
How can I fit this error?