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
 
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.
 
Back
Top