Switchboard Form

dedwards1960

Registered User.
Local time
Today, 15:39
Joined
Jun 21, 2006
Messages
27
I have the switchboard form in a database but need more items in the switchboard then is allowed.

Does anyone know how to change the number of allowed items on a switchboard.

Thanks
 
Create your own form. You can then add as many cmdButtons as you like. The access wizard will create the code to open forms etc if you are not sure how to.

Dave
 
Const conNumButtons = 12
but you'll have to add the actions manually yourself
 
Changed the Const conNumButtons = 10

Rich said:
Const conNumButtons = 12
but you'll have to add the actions manually yourself

Did in the event on current that but still get the message only 8 items allowed on switchboard.

Where do I add the actions in the event.

Thanks for the help
 

Users who are viewing this thread

Back
Top Bottom