Stop resizing the Form.

G

Guest

Good Morning all,

I have one that is so simple that I just cant figuew it out. I have a Form
that when it was created it was in a 1280x1024 Res. Some of the users go as
low as 800x600, so that they can read the screens.

Well, I made the screen as small as possible but it just seems to resize
and I can't keep it to its original. I hides the buttons and what not's. I
tried the Auto Resize (No) but once you resize it it stays that way. I would
like for it to stay the same size all of the time. I am using a replication
database.

A million thanks in advance for any suggestions, and recommendations

Is there a way
 
G

Guest

There are two ways to do it, with one difference. On the properties page of
the form, you could set the popup to yes, this will maintain the size, but
keep the form on top, not always what you want. If you want the form to fall
behind, scroll to the "on activate" line of the events tab. Select code and
enter this line
Docmd.Restore
This will reset the size of your form every time is becomes the active form.
 

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