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!
Lynn Trapp - 03 Jan 2005 19:01 GMT
Open the switchboard form in design view. Go to the Activate event of the
form and add the following line of code.
DoCmd.Maximize

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
> 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!
Jeff Conrad - 03 Jan 2005 19:04 GMT
Add a DoCmd.Maximize statement in the form's Open or Load event procedure.

Signature
Jeff Conrad
Access Junkie
Bend, Oregon
> 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!