INeedAccessHelp
MIS
I have DoCmd.Maximize on the Form_Open event as well as the Form_Activate event of the form. The form maximizes correctly if I don't hide the dbase window.
As soon as I hide the dbase window using:
ChangeProperty "StartupShowDBWindow", dbBoolean, False
the form is not maximized when it again receives the focus. I really need some ideas. This is driving me crazy, because this has worked for me in the past. Thanks in advance for your help.
--Rob
As soon as I hide the dbase window using:
ChangeProperty "StartupShowDBWindow", dbBoolean, False
the form is not maximized when it again receives the focus. I really need some ideas. This is driving me crazy, because this has worked for me in the past. Thanks in advance for your help.
--Rob