S smpk42 Guest Aug 27, 2003 #1 I've just created my first form via a switchboard, but when it opens it is not maximized. Is there a way to have it open in full screen view?
I've just created my first form via a switchboard, but when it opens it is not maximized. Is there a way to have it open in full screen view?
IMO Now Known as ___ Local time Today, 09:15 Joined Sep 11, 2002 Messages 723 Aug 27, 2003 #2 In the OnOpen event of the form put this code... Code: Private Sub Form_Open(Cancel As Integer) DoCmd.Maximize End Sub IMO
In the OnOpen event of the form put this code... Code: Private Sub Form_Open(Cancel As Integer) DoCmd.Maximize End Sub IMO