Change opening postion /Form

  • Thread starter Thread starter Bob V
  • Start date Start date
B

Bob V

From my Main Form I have a control that open a smaller form overtop of main
Form, It always opens in the middle of my Main Form, can I reposition it to
open higher on my Main Form,
Thanks for any Help.....Bob
 
From my Main Form I have a control that open a smaller form overtop of main
Form, It always opens in the middle of my Main Form, can I reposition it to
open higher on my Main Form,
Thanks for any Help.....Bob

Look up the MoveSize method in VBA help.

DoCmd.MoveSize 2 *1440, 3 * 1440
will position a form 2 inches from the left edge of the screen and 3
inches down from the top.
 

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