Startup Form

K

Karen53

Hi,

I have a form set as my startup form. However, it is not opening as
Maximized. How do I set it to open maximized?

Thanks,
 
T

tina

in the form's Load event procedure, add the following line of code, as

DoCmd.Maximize

hth
 
Top