PopUp Form opening location

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Where do I control or set the location a popup form opens to?

Any help here will be appreciated.

Thanks in advance
 
Where do I control or set the location a popup form opens to?

Any help here will be appreciated.

Thanks in advance

You could code the form's Open event:

Docmd.MoveSize 2* 1440, 4 * 1440

which will open the form 2 inches from the left screen edge and 4
inches down from the top.
All measurement's are in Twips, 1440 per inch.
 
Thank you,
that will do nicely

Dave

fredg said:
You could code the form's Open event:

Docmd.MoveSize 2* 1440, 4 * 1440

which will open the form 2 inches from the left screen edge and 4
inches down from the top.
All measurement's are in Twips, 1440 per inch.
 

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