Mar 14, 2002 #1 RodgerC Programmer Jul 9, 2001 6 NZ When I maximize a form then close it, the form behind it is also maximized. How do I stop this from happening?
When I maximize a form then close it, the form behind it is also maximized. How do I stop this from happening?
Mar 15, 2002 1 #2 jebry Programmer Aug 6, 2001 3,006 US Hi! In the Form's Activate procedure use the following code: DoCmd.Restore This will make sure the form returns to a non maximized state. hth Jeff Bridgham bridgham@purdue.edu Upvote 0 Downvote
Hi! In the Form's Activate procedure use the following code: DoCmd.Restore This will make sure the form returns to a non maximized state. hth Jeff Bridgham bridgham@purdue.edu