H Hugh O'Neill Aug 29, 2003 #2 Satyakrishna said: how do I force a form to open maximized? thanks Click to expand... In the VBA code page behind the Form's Open event, put the code: DoCmd.Maximize Alternatively you could put it in the On Activate event. hth Hugh
Satyakrishna said: how do I force a form to open maximized? thanks Click to expand... In the VBA code page behind the Form's Open event, put the code: DoCmd.Maximize Alternatively you could put it in the On Activate event. hth Hugh
H Hugh O'Neill Sep 1, 2003 #3 Satyakrishna said: that works great, thanks for the help Click to expand... You're Welcome. Hugh