N NikkiH Apr 8, 2004 #1 How do I make a form maximized when you open it? As silly as it is, I can't figure it out. Thanks!
J Jeff Conrad Apr 8, 2004 #2 Put a DoCmd.Maximize line in the Form's Load event: Private Sub Form_Load() DoCmd.Maximize End Sub Jeff Conrad Access Junkie Bend, Oregon
Put a DoCmd.Maximize line in the Form's Load event: Private Sub Form_Load() DoCmd.Maximize End Sub Jeff Conrad Access Junkie Bend, Oregon