Auto fit of form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On our database when users open any of the forms, they are appear small and
the user needs to use the maximise button to increase the form to the full
page. Is there any way that the form can automatically open when it first
displays?

Any help would be great. Thanks.
 
Hi, Kerry.

In the form's OnOpen event procedure:

DoCmd.Maximize

Sprinks
 

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