T
Tom
I have a main form that (when opened) is maximized (using the DoCmd.Maximize
OnOpen event).
On this form, I have a CommandButton that calls another form when being
clicked. Currently, this form is also maximized once being called via
clicking on the Command button. However, I don't really care about
automatically maximizing this form.
Now, when I close the subform (which has been called via command button) the
main form is (I guess) "RestoreForm" mode (not maximized nor mimized).
This is not what I want though. I want the view mode of the main form
unchanged.
So, my question is... how can I close the subform and then automatically
maximize the mainform again?
Thanks,
Tom
OnOpen event).
On this form, I have a CommandButton that calls another form when being
clicked. Currently, this form is also maximized once being called via
clicking on the Command button. However, I don't really care about
automatically maximizing this form.
Now, when I close the subform (which has been called via command button) the
main form is (I guess) "RestoreForm" mode (not maximized nor mimized).
This is not what I want though. I want the view mode of the main form
unchanged.
So, my question is... how can I close the subform and then automatically
maximize the mainform again?
Thanks,
Tom