How do I set my Switchboard in Access 2003 so it open maximised?

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

Guest

I am trying to set my switchboard window so when anyone opens it it will
immediatly be maximised filling the screen, not sure how to do it.
 
Set the form's On Load property to a macro that contains the Maximize
action.
 
Add a DoCmd.Maximize statement to the Switchboard form's Open event
 

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