I am using Access 2003. My switchboard is working great but was wondering if
there is a limit to the number of items I can put on one switchboard? I
currently have 8. Thanking you in advance.
Joan Wild - 18 Jun 2007 14:22 GMT
The builtin switchboard manager is limiting in a number of ways. You can create your own unbound form and put all the controls you want on it.
However, if you wish to use the switchboard manager, have a look at Jeff Conrad's page - it covers how to extend the 8 button limit:
http://home.bendbroadband.com/conradsystems/accessjunkie/switchboardfaq.html

Signature
Joan Wild
Microsoft Access MVP
>I am using Access 2003. My switchboard is working great but was wondering if
> there is a limit to the number of items I can put on one switchboard? I
> currently have 8. Thanking you in advance.
bsmith59@gmail.com - 17 Jul 2007 07:56 GMT
> I am using Access 2003. Myswitchboardis working great but was wondering if
> there is a limit to the number of items I can put on oneswitchboard? I
> currently have 8. Thanking you in advance.
Hi Linda,
You can also look at alternatives to the Switchboard which have menus
and submenus (since much of the time, a layered switchboard can really
be replaced with a menu and submenus. Here's one that is free for non-
commercial use: http://www.opengatesw.com/products.aspx
Brandon Smith-Daigle
http://accesspro.blogspot.com (access tips for non-programmers)
Tony Williams - 17 Jul 2007 12:15 GMT
For Brandon, I've downloaded the zip file but I keep getting error message
that says not valid zip file. What format is it?
Thanks
Tony
PS Looks great program!
>> I am using Access 2003. Myswitchboardis working great but was wondering
>> if
[quoted text clipped - 10 lines]
> Brandon Smith-Daigle
> http://accesspro.blogspot.com (access tips for non-programmers)
bsmith59@gmail.com - 03 Aug 2007 18:38 GMT
> For Brandon, I've downloaded the zip file but I keep getting error message
> that says not valid zip file. What format is it?
[quoted text clipped - 18 lines]
> > Brandon Smith-Daigle
> >http://accesspro.blogspot.com(access tips for non-programmers)
Hi,
Looks like my zip utility isn't reliable. I've added a link to the
uncompressed MDB file itself:
http://www.opengatesw.com/products.aspx
Click on "Download Now" image. Let me know if that doesn't work.
Cheers,
Brandon
http://accesspro.blogspot.com(access tips for non-programmers)
hturk - 24 Mar 2008 15:07 GMT
Does any know why when you check the itemSelected.count property of a list
box set to none it returns 1 in VBA code? When the list box is set to simple
or extended it returns 0 because they are set to null.
For example:
I select a record from the list box then switch to a different Meeting and
then switch back to the previous meeting and the results are still selected
with a count of 1 even if I loop through the list and set each item to false
after I have set the recordset of the list box. This prevent me from being
able to select an item. If I set the list box to null I can then select an
item without any problems.