forcing form to open maximized

  • Thread starter Thread starter Satyakrishna das
  • Start date Start date
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
 
Back
Top