Opening Maximized Menu's on Startup

  • Thread starter Thread starter Dylan K
  • Start date Start date
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.
 
Assuming by "User Menu" you're talking about a form, put DoCmd.Maximize in
the form's Open event.
 
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.
 
Back
Top