Solved Maximize form after printing report

jocph

Member
Local time
Today, 17:20
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.
 
how about if you put the Maximize command to the Activate Event of the form?
 

Users who are viewing this thread

Back
Top Bottom