R
Richard Hollenbeck
I have a main form which I use like a switchboard and I want to keep it
maximized ALL THE TIME. All other forms I want to be auto-centered,
non-moveable, modal, dialogs in normal size. If I put DoCmd.Restore in the
Form_Open subroutine of the subsequent forms it also restores my main form.
I want the main form to stay maximized throughout the session. Is there a
better solution to my problem than some crazy combination of Maximize and
Restore? Even if not, is there a way I can keep the main form maximized all
the time without all the subsequent forms also being maximized?
Thanks.
Rich Hollenbeck
maximized ALL THE TIME. All other forms I want to be auto-centered,
non-moveable, modal, dialogs in normal size. If I put DoCmd.Restore in the
Form_Open subroutine of the subsequent forms it also restores my main form.
I want the main form to stay maximized throughout the session. Is there a
better solution to my problem than some crazy combination of Maximize and
Restore? Even if not, is there a way I can keep the main form maximized all
the time without all the subsequent forms also being maximized?
Thanks.
Rich Hollenbeck