mrod
01-25-2002, 10:01 AM
I've created a desktop shortcut to a switchboard. How do you customize the way the database opens? For intance Maximize a form of hide the master design view dialog box?
Thanks much,
-Matt
Thanks much,
-Matt
|
View Full Version : Switchboards and shortcuts mrod 01-25-2002, 10:01 AM I've created a desktop shortcut to a switchboard. How do you customize the way the database opens? For intance Maximize a form of hide the master design view dialog box? Thanks much, -Matt D B Lawson 01-25-2002, 12:53 PM On the OnLoad event of the switchboard do: DoCmd.Maximize If you go to Tools/Startup there is the option to hide the database window. If you need to access it for any reason, F11 brings it to the fore. HTH [This message has been edited by D B Lawson (edited 01-25-2002).] mrod 01-25-2002, 01:21 PM Thanks for tip. That is exactly what I was looking for.. http://www.access-programmers.co.uk/ubb/wink.gif -Matt |