Set screen position of a form

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.
 
J

JP

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
 

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

Top