>I have a pop up that when closes leaves the main form not maximized. Why the
>main form does not stay maximised I do not know. This sometimed happens when
[quoted text clipped - 19 lines]
>P.S. is there a proper word for "Not Maximised"? (as if it's a life
>threatening problem).
I don't know if this accounts for all the problems, but the
last argument of True means you are working in the database
window. If you want to operate on an open form, it should
be False.
The word for not maximized and not minimized is restored, as
in:
DoCmd.Restore

Signature
Marsh
MVP [MS Access]
Derek Brown - 31 Oct 2005 17:19 GMT
Hi Marshall
Well you got me there. Why it should be DoCmd.SelectForm = "False" and not
"True" is beyond me but you are right it works.
Thank you
>>I have a pop up that when closes leaves the main form not maximized. Why
>>the
[quoted text clipped - 30 lines]
> in:
> DoCmd.Restore