Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form size problem

Status
Not open for further replies.

RickBerem

Programmer
Jan 18, 2001
156
CA
Hello,
Is there any way to force a form to stay a certain size even if there is a maximized form opened just before?

One if my form as a button that when clicked opens another form... the thing is the form is maximized and the form that needs to be opened opens maximized. but I want it to open with it's normal size.

any help would be nice

RickBerem
 
Hi,

just add

docmd.restore

in the form's load event.

the kid
 
Hi, thanks KKid but it's not exactly what i was hopping...

the only problem is doing the restore fucntion Access restore the size of ALL forms not only the one I want

any ideas?

thanks

RickBerem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top