You want to use the Move property of the form. On the Form_Load event, try this code:
Me.Move Left:=1440, Top:=2880
The Move command uses twips, and there are 1440 twips per inch. So this line moves the top left corner of the form 1 inch left and 2 inches down from the inside corner of the Access window.
Did that help?
mmcdonal
Look it up at:
http://wrox.books24x7.com