Private Sub Form_Load()DoCmd.Echo False
Dim x, y As IntegerDoCmd.Maximizex = Me.WindowWidthy = Me.WindowHeightDoCmd.RestoreDoCmd.Echo TrueMove (x - Me.WindowWidth) / 2.5, (y - Me.WindowHeight) / 3End Sub