E
EvilSewingMachine
Greetings all~
I have a main form that I want to open maximized and stay
maximized until I close the database. The problem is that every time I
open a report or another form from this main page, after I close the
report or form, my main form is no longer maximized. I placed this
code:
DoCmd.Maximize
In the "On Open" event so it opens maximized.
How can I KEEP it maximized?
I have a main form that I want to open maximized and stay
maximized until I close the database. The problem is that every time I
open a report or another form from this main page, after I close the
report or form, my main form is no longer maximized. I placed this
code:
DoCmd.Maximize
In the "On Open" event so it opens maximized.
How can I KEEP it maximized?