Help, Access is driving me crazy.

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!
 
D

Dirk Goldgar

"(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.
 

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