View Full Version : Switchboard Form


Keith
12-12-2000, 04:24 PM
How do I get the switchboard forms to open up maximised.

knothed
12-13-2000, 09:50 AM
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

Neal
12-13-2000, 12:06 PM
On the On Open event of the switchboard form, put in this code:
DoCmd.Maximize

Keith
12-13-2000, 01:16 PM
Thanks to you both.
Keith http://www.access-programmers.co.uk/ubb/smile.gif