Place the below code in the form's Open event.
It will position the form 2 inches from the left edge of the screen, 3
inches down from the top, and size it to 1.5 inches by 4 inches.
DoCmd.MoveSize 2*1440,3*1440, 1.5*1440,4*1440
Note: all measurments 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.