K
KP
In several cases I have a form which opens maximized. On this form is a
command button which opens a second form. I want the second form to open to a
specific size, not maximized. Once the second form has been opened and closed
it will open at the resized settings.
I have tried using an event procedure with the DoCmd.Movesize and setting
the size I want but the form will initially open maximized. I've also tried a
macro with the MoveSize command with the same result. Varying the Auto Center
and Auto Resize properties on the form have no effect. Any thoughts would be
appreciated.
Thanks, Keith
command button which opens a second form. I want the second form to open to a
specific size, not maximized. Once the second form has been opened and closed
it will open at the resized settings.
I have tried using an event procedure with the DoCmd.Movesize and setting
the size I want but the form will initially open maximized. I've also tried a
macro with the MoveSize command with the same result. Varying the Auto Center
and Auto Resize properties on the form have no effect. Any thoughts would be
appreciated.
Thanks, Keith