form sizing

  • Thread starter Thread starter george
  • Start date Start date
G

george

Hi,

I have a number of forms, and I would like for all of them
to have exactly the same size and open at the center of
the window. Which properties do I need to set to achieve
this?

thanks a lot in advance, george
 
george said:
I have a number of forms, and I would like for all of them
to have exactly the same size and open at the center of
the window. Which properties do I need to set to achieve
this?


The position of a form is not a property of the form.

However, you can use DoCmd.MoveSize to do it.

Note that the form properties InsideHeight and InsideWidth
can be used to set the form's size.
 

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