You want to do this when the form opens? Create a macro (call it
macMaximize) and put this action in it:
Action: Maximize
Then call this macro in the form's OnLoad event.

Signature
Ken Snell
<MS ACCESS MVP>
> i am opening my main menu form on startup, how can i
> maximise this window when the programme starts please.
GVaught - 03 Nov 2003 03:46 GMT
Another way is to create a macro called AutoExec and set the Actions to Open
the Main Menu and an Action to Maximize. Naming a macro AutoExec will
automatically execute without having to add anything to a form's OnLoad
Event.
> You want to do this when the form opens? Create a macro (call it
> macMaximize) and put this action in it:
[quoted text clipped - 4 lines]
> > i am opening my main menu form on startup, how can i
> > maximise this window when the programme starts please.