Question Switchboard Examples (1 Viewer)

saip15

Registered User.
Local time
Today, 01:22
Joined
Jun 22, 2009
Messages
105
Hi,

Would anyone be willing to share their switchboard designs? I don't want to use the actual switchboard manager but create a form and use it as my switchboard. I'm having a hard time getting a good start and making it look organized. Thanks so much!
 

Access Hero

Registered User.
Local time
Today, 02:22
Joined
Oct 29, 2008
Messages
96
Hmmm. I just modified the design of the built in switchboard. Put the company's logo on it and everything.

It's a lot of work creating a functional switchboard from scratch. Why throw away all the work Microsoft already did for you?
 

Catalina

Registered User.
Local time
Today, 00:22
Joined
Feb 9, 2005
Messages
462
Here is one that I'm working on, the application is a work in progress.

Catalina
 

Attachments

  • Switchboard.jpg
    Switchboard.jpg
    35.2 KB · Views: 3,587

alktrigger

Aimless Extraordinaire
Local time
Today, 03:22
Joined
Jun 9, 2009
Messages
124
I never intended for this to be pretty, but it is easy to navigate.
 

Attachments

  • mm.JPG
    mm.JPG
    18.3 KB · Views: 1,881

saip15

Registered User.
Local time
Today, 01:22
Joined
Jun 22, 2009
Messages
105
alktrigger, would you be willing to save your switchboard in a new database so I could see the code. How did you get the tabs? Thanks
 

alktrigger

Aimless Extraordinaire
Local time
Today, 03:22
Joined
Jun 9, 2009
Messages
124
Here is my "switchboard". I made this using a regular form, not the switchboard manager, and just used macro code to launch forms from command boxes. This gave me some more freedom with appearance. The tabs were created using form controls.
 

Attachments

  • Database1.zip
    15.4 KB · Views: 1,544

saip15

Registered User.
Local time
Today, 01:22
Joined
Jun 22, 2009
Messages
105
Is there anyway you could save that as a .mdb file. I would greatly appreciate it. Thanks
 

alktrigger

Aimless Extraordinaire
Local time
Today, 03:22
Joined
Jun 9, 2009
Messages
124
Can't guarantee compatibility, but good luck
 

Attachments

  • Database1.mdb
    224 KB · Views: 1,127

HiTechCoach

Well-known member
Local time
Today, 02:22
Joined
Mar 6, 2006
Messages
4,357
Hi,

Would anyone be willing to share their switchboard designs? I don't want to use the actual switchboard manager but create a form and use it as my switchboard. I'm having a hard time getting a good start and making it look organized. Thanks so much!


I have found that the switchboard layouts that users like the most match their work flow/ processes.

I have multi sites using the same app, each with different switchboard layouts to match their work flow/ processes.
 
Local time
Today, 00:22
Joined
Feb 25, 2008
Messages
410
Had to black out a little for confidentiality reasons.

Basically, what I have here is a classed form docked to the left-hand side of the window at all times. Whatever the user clicks on opens the corresponding page or form on the right-hand side.

The main menu options are populated by determining who you are and what you are allowed to see; the valid options are then compiled in a list box that occupies the full space of the main menu form.
 

Attachments

  • MainMenu.JPG
    MainMenu.JPG
    73.7 KB · Views: 1,609

Galaxiom

Super Moderator
Staff member
Local time
Today, 17:22
Joined
Jan 20, 2009
Messages
12,854
It's a lot of work creating a functional switchboard from scratch. Why throw away all the work Microsoft already did for you?

Switchboards are basically crippled forms. Often they are a step in the way to where you are heading.

I prefer a Master form approach allowing values to be entered and acted upon. For example with a Master form you can select a reporting period that is then used as a default for all the reports. The Switchbord could only take you to another form where you would then go through the same actions.
 

Galaxiom

Super Moderator
Staff member
Local time
Today, 17:22
Joined
Jan 20, 2009
Messages
12,854
Not long after I started my current job we installed a lot of new computers. To save on software expense we only supplied Office Standard to anyone who said they didn't do database design and installed Access Runtime instead.

However most of the databases had no Switchboards or master forms and so were not navigable through Runtime. The databases were all very poorly constructed. Some had a dozen forms or more with multiple variants of apparently the same form.

Over the years staff had modified tables and some of the forms no longer even worked. So staff had resorted to working directly in the tables. Some queries were used directly for reporting. Creating switchboards for this mess was not a solution. Manually creating master forms to open as many as 25 objects really didn't appeal either and seemed a waste of time on databases that needed to be rebuilt from scratch.

To get them all going again without facing the enormity of what was really required, I wrote code to automatically generate a form with a button for every table, query, form and report in a database. Essentially it provided something functionally akin to the navigation bar but available in runtime.

And I didn't have to look at any more closely enough to be freaked out by their poor design. :D I still have months of work ahead reworking them all properly.
 

saip15

Registered User.
Local time
Today, 01:22
Joined
Jun 22, 2009
Messages
105
alktrigger,

It works great! Thanks again! I def. like the tab control.
 

alktrigger

Aimless Extraordinaire
Local time
Today, 03:22
Joined
Jun 9, 2009
Messages
124
It works great! Thanks again! I def. like the tab control.

I'm glad it works for you. But looking at some of the forms that people made (RossWindows esp>), mine is cheap and basic.
 

saip15

Registered User.
Local time
Today, 01:22
Joined
Jun 22, 2009
Messages
105
Yeah, but it's simple. Some databases don't need complicated switchboards. Not enough information. :)
 

norcalpsych

New member
Local time
Today, 00:22
Joined
Mar 31, 2012
Messages
2
I like the tabs on your work.

I'm a novice and plan to use Switchboard wizard to make mine.

I'd like my switchboard to have 4 buttons that I think take me to either a form or a subpage. the main page buttons include:
Enter Client Data (to a form/table)
Enter Specific Test Results (to a subpage since there are several tests)
Run Standard Query (to a subpage linked to a variety of prefab queries)
Run Standard Reports (to a subpage linked to a variety of prefab reports)

I don't know visual basic so must rely on the wizard, will you point me in the right direction to move forward with this?


Can't guarantee compatibility, but good luck
 

Users who are viewing this thread

Top Bottom