In the form that's loading, build an event (code event)
on the _Load event put this code:
Me.Top = 200
Me.Left = 200
now the form *should* start 200 pixels from the top and 200 pixels from the left *HOWEVER* this MAY be relative to the MS Access window, i have not tested this.. Give it a try.