T TM Jul 14, 2003 #1 How do you make a switchboard open up maximized rather than in a window. Simple for you folks:-]
J John Vinson Jul 15, 2003 #2 How do you make a switchboard open up maximized rather than in a window. Simple for you folks:-] Click to expand... Open the Form (a switchboard is just a form <g>) and put the following code in its Open event. Click the ... icon by the Open event, invoke the Code Builder, and put in Private Sub Form_Open(Cancel as Integer) DoCmd.Maximize End Sub
How do you make a switchboard open up maximized rather than in a window. Simple for you folks:-] Click to expand... Open the Form (a switchboard is just a form <g>) and put the following code in its Open event. Click the ... icon by the Open event, invoke the Code Builder, and put in Private Sub Form_Open(Cancel as Integer) DoCmd.Maximize End Sub