Specify position of forms in window?

  • Thread starter Thread starter CW
  • Start date Start date
C

CW

How can I specify the position in which a form will always appear in the
window, when opened?
I have several small forms which need to be open and visible all at the same
time and I would like to specify the position of each one in the window, so
that they are in a logical position relative to each other.
Hope somebody knows how!
Many thanks
CW
 
In the form load event you can use the movesize to place the location of the
form.

Docmd.MoveSize 4000,4000

play the numbers until you find the desired location
 
Perfect - just what I needed!
Thanks a lot
CW

Ofer Cohen said:
In the form load event you can use the movesize to place the location of the
form.

Docmd.MoveSize 4000,4000

play the numbers until you find the desired location
 

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