maximizing the startup form...

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
 
W

Wayne Morgan

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top