K Kathy Webster Feb 5, 2008 #1 If Form A has been opened and the user has maximized it, how can I prevent Form B from opening in a maximized state?
If Form A has been opened and the user has maximized it, how can I prevent Form B from opening in a maximized state?
D Douglas J. Steele Feb 5, 2008 #2 You can't. Access is an MDI (multi-document interface) application, so maximizing one object maximizes them all.
You can't. Access is an MDI (multi-document interface) application, so maximizing one object maximizes them all.
L Linq Adams via AccessMonster.com Feb 5, 2008 #3 Doug, wouldn't Me.Restore in the Form_Load event of FormB do the job?
J Jeanette Cunningham Feb 5, 2008 #4 Kathy, I always hide the maximize and minimize buttons from users, that way I can control the size of all forms on the screen. Jeanette Cunningham
Kathy, I always hide the maximize and minimize buttons from users, that way I can control the size of all forms on the screen. Jeanette Cunningham