View Full Version : Switchboard access


kymbo46
04-12-2007, 09:00 PM
I'm sure there probably an easy explaination for this, how do you make the main switchboard a desktop icon instead of going into the database so that all they have access to is the switchboardand the forms etc.

Dennisk
04-13-2007, 12:24 AM
set the start up parameters so that the switchboard form loads on start up. Hide the database window. Then create a shortcut for the .mdb file. Then when the shortcut is clicked the db opens displaying the switchboard. If the user closes the switchboard they will not be able to access any of the db objects. You can also lock the users out of the main menu.

MStef
04-13-2007, 12:34 AM
In MDB window click on Tools, Startup (the Startup form appear). In "Display Form/Page" field put your switchboard (form name).
Deselct "Display Database window", and OK.
You can enter in MDB window by SHIFT button.

kymbo46
04-13-2007, 05:02 PM
Thanks guys