Help, Access is driving me crazy.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a data entry form that opens maximized. On that form is a button to
open another form that I have set move size limits on. When I click that
button and the second form opens it opens mazimized, I don't want that. I
want my data entry form to stay maximized and the second form to open in its
desiginated size. How can I overwrite accesses seeming default that says if
one form is maximized all forms are maximized. Someone sent me a on load
DoCmd.Movesize but I need a little more detail on that. Please help!
 
"(e-mail address removed)" <[email protected]>
wrote in message
I have a data entry form that opens maximized. On that form is a
button to open another form that I have set move size limits on.
When I click that button and the second form opens it opens
mazimized, I don't want that. I want my data entry form to stay
maximized and the second form to open in its desiginated size. How
can I overwrite accesses seeming default that says if one form is
maximized all forms are maximized. Someone sent me a on load
DoCmd.Movesize but I need a little more detail on that. Please help!

I believe if you set the second form 's PopUp property to Yes it will
not be maximized along with the other forms.
 
Back
Top