Maximize Form

D

DEI

Is there a line of code I can insert "on open" to make the
form automatically maximize when it is opened?

Thanks in advance.

DEI
 
C

Cheryl Fischer

Sure. In the On Open event of your form just insert:

DoCmd.Maximize

hth,
 
Top