View Full Version : Maximize one form - all forms follow.


Mark Fraser
04-24-2001, 09:07 AM
When I Maximize a form and then close it every other form opens in Maximzed view. Is there anyway to stop this from happening?

I tried the DoCmd.Restore under the resize event (which worked) but then the next form I open is Maximized again.

Any Help is much appreciated.

Mark

AccessUser
04-24-2001, 09:43 AM
Try docmd.restore in the close event

Mark Fraser
04-26-2001, 10:05 AM
Thanks, that did the trick.