Open access window size

  • Thread starter Thread starter dave oatley
  • Start date Start date
D

dave oatley

When I open an access database, how can I make it open in
a maximized window everytime. I am running Windows 2000.
 
Create a macro with the Maximize action in it and name it AutoExec.
 
In the On Load event for your start-up form you might try

DoCmd.Maximize
 

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