How to setup Maximize command on the Switchboard?

K

Kia

Hi all,
I've setup a switchboard, & every time I open the database
the switchboard does not open to a maximize window. How
can I maximize at the startup?
 
G

Gary Miller

In the OnOpen event of the switchboard put the following
line of code...

DoCmd.Maximize

--

Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
 
Top