Very Small Form

  • Thread starter Thread starter NotGood@All
  • Start date Start date
N

NotGood@All

I have a form that when it opens is very, very small. I've played with every
property but can't fix it. Does any one know which property I have mis-set??

thank You
 
Have you tried dragging a border of the form to a larger size?

UpRider
 
I have a form that when it opens is very, very small.  I've played with every
property but can't fix it.  Does any one know which property I have mis-set??

thank You

Did you set AutoResize = Yes? If you do, set this parameter to 'No',
resize the form to size you like and save it.

Regards,
Branislav Mihaljev
Microsoft Access MVP
 
Have you tried attaching this Docmd.movesize ,,, to OnOpen of the form

You can control the size and the location it open on the screen.
 
The DoCmd worked very well, Thank you. One unrelated question. Is there
much difference between Access VB and .Net VB
 
. Is there
much difference between Access VB and .Net VB

Yes. The main similarity is the two last letters in the name of the language.
:-{(

..NET is a very different environment from the Visual Basic environment from
which Access VBA is derived.
 

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

Back
Top