form size when opened

  • Thread starter Thread starter Fredrated
  • Start date Start date
F

Fredrated

Why is it so hard to make a form open in it's designed size, and not filling
the whole screen? (Access xp)

I have set autoresize to yes and to no
I have made the form popup, model, either, both and neither
I have added docmd.restore, docmd.resize, docmd.maximize, docmd.minimize
and no docmd to the form load event in turn
I have saved the form while it is in the design size

What gives? Why isn't there something like docmd.opendesignsize, or
something like that?

How can I do this?

Help!

Fred
 
Put docmd.Restore in the Form Activate event.
To make it stay the size you designed it:
size it like you want it in form view.
switch to design view.
change the border style from sizable to thin.
save the 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

Similar Threads

Control Form Size in 2007 2
Saving Form Size in Aceess 2007 11
Squished Form 2
form size on openform 4
split view popup form has resize problems 2
Tablet size: I love the 8 inches 1
prevent maximize 1
Form Sizing 7

Back
Top