"Access Developer" wrote in message
news:bmqdmq...@mid.individual.net...
>I don't think the "Switchboard Manager" in 'classic Access' is what
>Albert's writing about.
> --
>Larry Linson
> Microsoft Office Access MVP
> Co-Author, Microsoft Access Small Business Solutions, Wiley 2010
Actualy, yes I was taking about the old switchboard since that is the
context of this question and the poster.
I will say many have used the switchboard in the past since you could add
"many" new menus and many new sub menus that appear as forms without having
to write one new line of code or add one button or add one form to the
application. So it was a table driven system that allowed one to to expand a
menu system.
So in the context of the posters original question?
Is the switch board still a valid choice? pros vs cons? as per the subject
line of this post?
I really never liked the switch board as you well note it was a bit complex.
However as noted it does allow one to create a menu system without code and
one could expand the switch board to many sub levels by just entering data
into a table (so it was table driven solution).
However as noted, the new navigation form system is MUCH more practical, and
produces not only a far more useful user interface, it also scales VERY well
in terms of complexity.
For applications don't have a lot of forms and don't require a lot of
"groupings" then the navigation system (or old switch board) for that matter
is not much required.
A few forms with buttons that launch some forms will suffice.
I feel the BIG advantage of the new navigation form system is that you can
see/edit/use a form with live data and HAVE MANY ACTIVE navigation options
and choices active AT THE SAME TIME. So additional navigation choices are in
full view and adding new navigation options does not require code.
The result is system that allows one to have a shipping form, but display
several tabs and drill down options for the shipping part of the system.
Normal forms or the switch board does NOT give you the option to have live
options to launch other forms based on the current grouping without having
to write code (and in full view/use). You can always code these things, but
as complexity increases, then the amount of work to write and code such
systems also increases - the navigation form system handles this increasing
complexity far better then any previous solution I seen. This includes those
with Visual Studio or other systems.
As noted, I will try and get permissions to post a series of screen shots of
current software that makes EXTENSIVE use of the new navigations. Of course
this software package sells for in excess of $100,000 so it not something
you going write in a few months or even a year of typical Access developer
time.