Set screen position of a form

  • Thread starter Thread starter JP
  • Start date Start date
J

JP

Is it possible to position a form relative (above, below,
right, left) to another form?

OR

It is possible to set a specific screen location (based
on pixels for example) for forms so that I can keep forms
from overlapping?

Thanks for any help.
 
Thanks Ron. That works great.

I position my first form at 0, 0. I can then use the
Me.WindowHeight property of my first form as the "top"
argument in Docmd.MoveSize to position my second form
below the first from.

JP
 
Back
Top