open the switchboard at maximized view

J

Jag

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!
 
L

Lynn Trapp

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

DoCmd.Maximize
 
Top