forms size

S

SPM2

Hi there

I have a form set up as Main Menu which has Command Buttons to do other
tasks, and when finished that task form is closed and sent back to Main
Menu. The problem is that my Main Menu form changes size once the command
button is clicked, and once the task is completed the Main form is no longer
Maximized. Is there something I'm missing. When the form is first opened it
is Maximized. Any Suggestions?

Thanks in Advance
 
V

Van T. Dinh

Use the statement:

DoCmd.Maximize

in the Form_Activate Event of your Main Menu Form. This means that when
ever the Main Menu Form gets (re-)activated, it will be maximized.
 

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

Similar Threads

Form size 3
Keeping a form at Maximize 1
Form Changes Size 1
Access Sub form opens before the main form in MS Access 0
Access 2007 problem 2
CONTROL FORM SIZE 6
Form Size 2
Maximizing and Restoring Forms 2

Top