G Guest Aug 10, 2005 #1 How do I start my database switchboard, in maximize view, in microsoft access. Thanks in advance
J Jeff Conrad Aug 10, 2005 #2 Add a DoCmd.Maximize statement to the form's open event: Private Sub Form_Open(Cancel As Integer) DoCmd.Maximize End Sub -- Jeff Conrad Access Junkie - MVP http://home.bendbroadband.com/conradsystems/accessjunkie.html http://www.access.qbuilt.com/html/articles.html in message:
Add a DoCmd.Maximize statement to the form's open event: Private Sub Form_Open(Cancel As Integer) DoCmd.Maximize End Sub -- Jeff Conrad Access Junkie - MVP http://home.bendbroadband.com/conradsystems/accessjunkie.html http://www.access.qbuilt.com/html/articles.html in message: