Why is the "Switchboard Manager" command greyed out on ADP's

B

Brian Watson

I have just imported a MDB database into a Access Project and changed the
code so it executes with no problems, but when I want to update the
switchbaord using the switchboard manager it is greyed out. Is this because
the switchboard manager is not supported in ADP's?
 
V

Van T. Dinh

The Switchboard Manager use local Access (JET) Table to store the Menu
Items. Since in ADPs, you don't have local Access (JET) Tables, Access
disables the Switchboard Manager.

Most developers don't use the Switchboard, anyway. It is much simple and
flexible to create a set of simple Forms as the Menu for your database.
 
Top