open the switchboard at maximized view

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

Guest

Can anyone tell me how to have the switchboard open automatically in the
maximized view? I can make it open automatically when the database is
opened, but I want it to fill the screen by being maximized.

Thanks!
 
Open the switchboard form in design view. Go to the Activate event of the
form and add the following line of code.

DoCmd.Maximize
 
Back
Top