P
Presto
I have my frmMain form maximized on load. I need it to stay that way.
When I open any other forms, they all maximize too.
I added code like this to set the form's size but they all still load
maximized anyway.
InsideHeight = 7200 ' Five inches high
InsideWidth = 4320 ' Three inches wide
I tried to add DoCmd.Restore but this restores ALL my forms.
When I open any other forms, they all maximize too.
I added code like this to set the form's size but they all still load
maximized anyway.
InsideHeight = 7200 ' Five inches high
InsideWidth = 4320 ' Three inches wide
I tried to add DoCmd.Restore but this restores ALL my forms.