faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions in the SQL Server forum. Many of the ideas apply to all forums.
A thing to remember is that one you issue the MAXIMIZE command, any other open forms and reports will also be maximized. This may or may not be an intended effect. Since a lot of my apps use invisible forms, I tend to work in this sequence:
Code:
1) Make current form Invisible.
2) Open next form.
3) Maximize it.
4) Process....
5) RESTORE current form. (Docmd.Restore)
6) CLOSE or make invisible 2nd form.
7) Re-visible first form
Following this process, the first form always reappears the same size it was before it was hidden. IF you skip step 5, Form #1 will reappear maximized.
Jim
Jim Hare
"Remember, you're unique - just like everonone else"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.