Fixing size of forms

  • Thread starter Thread starter Gero
  • Start date Start date
G

Gero

Guest
Hi !
How to avoid automatic resizing of my forms ?
I have a form which appears in a nice little window. I open another form from it which must be a full size window. When I close this second form, the first form appears also in full size mode.
I tried to set the first form to be a popup style but it remains on top of the second form window.
Please help.
 
Under the form properties for the form you want to stay small do this. On the FORMAT tab, go to AUTO RESIZE and change it from YES to NO.

Hope it helps,
Peter Paul
 
Hi,

I have tried and set the AUTO RESIZE from YES to NO but when I open the form
it is still maximized even if I have the
"DoCmd.Movesize" in the Private Sub Form_Resize()

Daniel
 
Have you set your second form to be pop-up also.
 

Users who are viewing this thread

Back
Top Bottom