if you are running with MS Access
docmd.maximize
should do what you want and put the command into the form_open event.

Signature
Regards
Alex White MCDBA MCSE
http://www.intralan.co.uk
> How do I maximize a minimized window from VBA?
>
[quoted text clipped - 5 lines]
> the
> application.
DianePDavies - 09 May 2005 12:19 GMT
well - I wasn't clear: I want to maximize another application than the one
where the VBA code resides. I.e. want app1.mde to activate and maximize
app2.mde

Signature
Diane
> if you are running with MS Access
>
[quoted text clipped - 11 lines]
> > the
> > application.