form size when opened

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
 
K

Klatuu

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


Top