maximizing the startup form...

  • Thread starter Thread starter Brad Pears
  • Start date Start date
B

Brad Pears

My app will NOT maximize automatically. I placed a "docmd.maximize" in the
form's "on load" and "on activate" events - and neither of them will do the
trick. How can I start my form so it is maximized? It has to be simple...
Currently the user has to manually maximize it...

Thanks, Brad
 
Are you placing "DoCmd.Maximize" in the textbox in the form's Properties
dialog where it says On Load or On Activate or are you setting that textbox
to "[Event Procedure]" then clicking the resulting "..." button to open the
code editor and place "DoCmd.Maximize" in the code? It should be the latter.
See my reply to your second message for more information.
 
Back
Top