Opening Maximized Menu's on Startup

D

Dylan K

I have created a User Menu for my DB and have this load on opening the
application using the 'Startup' Function in the 'Tools' Menu. The problem
is that the Menu does not open in it's Maximized state. Can i correct this
and if so how?

Any help much appreciated.

Dylank.
 
D

Douglas J. Steele

Assuming by "User Menu" you're talking about a form, put DoCmd.Maximize in
the form's Open event.
 
D

Dylan K

Thanks Douglas. It is now working brilliantly.


Douglas J. Steele said:
Assuming by "User Menu" you're talking about a form, put DoCmd.Maximize in
the form's Open event.
 
Top