How do I get a form to fully display at startup in Access?

J

Jeff Boyce

I'm not really clear what you mean by "fully display at startup"? Can you
describe what it is doing now, and how you'd like it to behave?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
I

Ingemar

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
 
Top