Form size

P

Pele

I have created a form with just two command buttons as a
popup form and I really want it to be a small form.
Control box property=yes, Border Style=Sizeable and Min
Max button=Min Enabled.

The problem is everytime I open this form, it doesn't
retain the size I had created and saved. It gets bigger.

Is there any other form property I should change to make
sure that the popup form maintains the exact size I want
when it is opened. Also, is there a way to force the
display position of the popup form on the screen. Thanks.

Pele
 
C

ChapcoRyno

Make sure the Scroll Bars property is set to "Neither".
That will make the form bigger than what you want.

Also, for cosmetic purposes, set the Border Style
to "Dialog" Then you will not get a Min or Max option,
only a close "X", regardless of your Min Max settings.
Plus the form just looks nicer!

Make sure the Auto-center option is set to "Yes" And if
you don't want the user to be able to do anything in
Access until clicking on the pop-up form, set the Modal
property to "Yes"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top