Different people's screens are different sizes -- what do you want to do
about that?
You can design the form to open at a particular location, with respect
to the top left corner of the Access application's inside window, or you
can use DoCmd.MoveSize in the form's Open event to position the form
where you want. But do you want to prevent the user from moving and
repositioning the form?