form not restoring

T

troy

Hello, I have a main form that I have cmd buttons on to launch other forms
from. The main form is not suppose to be maximized, but when I close a form
to go back to my main form it is. How can I stop this from happening?

Thanks!
 
D

Douglas J Steele

Is the form you're going back from maximized?

When you maximize a form, you maximize all forms. There's no way around
this.

Try putting code in the main form's Activate event to restore it:

DoCmd.Restore
 

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