how to launch form as maximized by default?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

Evertime I open my DB and click on a form for the first time, it always
opens the form in reduced format. I then have to press the maximize button to
get it in maximized format. I would like to be able to do so without having
to go through the second step and open the form in MAXIMIZED format by
default. How do I do that? Thanks for your input.
 
Henry,

Put this line of code in the form's Open event:

DoCmd.Maximize

HTH,
Nikos
 
Back
Top