Hi
You can use the MoveSize function in VBA
In the code on the button you use to open the form, or in the OnOpen event of the form you use (for instance)
DoCmd.MoveSize 0, 0, 14500, 6500
That will put the top left hand corner of the form at the top left hand corner of the screen and give you a...