How to open Access files on maximised view as default

  • Thread starter Thread starter Murfology
  • Start date Start date
M

Murfology

Hi,

Can anyone tell me how to reset Access 2003 so that all files and databases
will open on maximised view?

Thanks

Murfology
 
It's not really a setting of Access.

Maximize any object, and all other objects will be maximized.

You can automate opening a form by using the Maximize method in its Load
event:

Private Sub Form_Load()

DoCmd.Maximize

End Sub
 

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