keep size of the form window fixed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a main form on which there are several buttons. Once a user clicks on
the button, either a new form or a query opens up with additional
information. How do I keep the size of the forms or query windows fixed? I
would like the windows to be a fixed size regarless of the size of the main
form.
 
If you make the form a popup then it will show as the designed size. I
am not sure that you can control a query in that manner, expecially if
you are doing a docmd.openquery. Instead for that one if you designed
the query, and then created a form the size you want and place a
subform linked to that query, then you can make the form also a popup.

Ron
 
Open the form in design mode
right click the little square box in the top LEFT hand corner
Select Properties in the sub menu
Go to the Others Tab
Set PopUp to Yes.

Note:
If you make Modal to yes then that window HAS to be closed before you
can go to any other window.

Ron
 
Back
Top