I got it...I used this code and found my spot...
Private Sub Form_Open(Cancel As Integer)
'''It will allow you to size the form [height & Width] and place the form where you want it. Use the command in the OnOpen event of the form.
DoCmd.MoveSize 2500, 1200, 2250, 3500
End Sub...