Hi,
If you mean how to automatically display a form when starting an access
database, just choose the Tools>Startup... menu option and name the form to
start with in the "Display Form/Page" box.
If you want to know how to maximize a form when it is opened, one way to do
this is to add the "DoCmd.Maximize" command in the "OnOpen" event in Visual
Basic. There should be some way to do this without involving VB, but I'm not
sure how.
Best regards,
Ingemar