Keith Registered User. Local time Today, 04:27 Joined May 21, 2000 Messages 129 Dec 13, 2000 #1 How do I get the switchboard forms to open up maximised.
K knothed New member Local time Today, 04:27 Joined Dec 8, 2000 Messages 6 Dec 13, 2000 #2 I use a macro which consists of only two lines. Open Form Maximize Then I right click on it in the macro group and create a shortcut to my desktop
I use a macro which consists of only two lines. Open Form Maximize Then I right click on it in the macro group and create a shortcut to my desktop
N Neal Registered User. Local time Today, 04:27 Joined Feb 17, 2000 Messages 116 Dec 13, 2000 #3 On the On Open event of the switchboard form, put in this code: DoCmd.Maximize
Keith Registered User. Local time Today, 04:27 Joined May 21, 2000 Messages 129 Dec 13, 2000 #4 Thanks to you both. Keith