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

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top