Solved Maximize form after printing report (1 Viewer)

jocph

Member
Local time
Tomorrow, 05:01
Joined
Sep 12, 2014
Messages
61
I have a form that is maximized. I have a button in the form that would open a report in preview. The report opens as maximized but when I close that, the form that called it is now in floating/windowed mode. Putting Docmd.Maximize in current event does not maximize the form. Even the gotfocus event does not. How do I code it to maximize the calling form without closing then opening it?

Thanks.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 05:01
Joined
May 7, 2009
Messages
19,229
how about if you put the Maximize command to the Activate Event of the form?
 

Users who are viewing this thread

Top Bottom