Force pop up form height

maw230

somewhat competent
Local time
, 18:33
Joined
Dec 9, 2009
Messages
522
I have a pop up form that likes to change it's height after I enter design view among other things. I've searched the webs, but can't find out strictly how to set my pop up form to be height X and ALWAYS be height X no matter what.

Albert's reply here was the best answer I've found so far, but as soon as I went back into the form in Design View the changes were lost:
http://www.utteraccess.com/forum/Set-size-Pop-form-t1954592.html

Is there some VBA code I can use to resize the form every time it's opened?
 
DoCmd.MoveSize Rt, Dn, Wd, Ht

Right, Down From top left corner of the Database window unless it's a "Modal" form

Width and Height for all Forms

You don't have to enter something for every attribute.

Cheers!
Goh
 
Perfect. Thanks!
 

Users who are viewing this thread

Back
Top Bottom