forcing form to open maximized

H

Hugh O'Neill

Satyakrishna said:
how do I force a form to open maximized?
thanks


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
 
Top