Switchboard basic

  • Thread starter Thread starter יריב החביב
  • Start date Start date
×

יריב החביב

Hello,

Can someone explaine, please, in a few basic words

what is the use oF the Switchboard.

and maybe where can i read more about it.

THANK'S
 
It is just a menu system to allow you to open forms, run reports, queries, or
macros.
 
Klatuu said:
It is just a menu system to allow you to open
forms, run reports, queries, or macros.

Access has a Switchboard Manager feature, which creates a switchboard in a
particular format, uses a Table, etc.. IMNSHO, that is a complex solution to
a simple problem, is difficult to maintain if anyone "touches" one of the
forms, the table, or code involved, and, to top all that off, is inflexible.

Many experienced Access developers, simply create unbound Forms, add Command
Buttons to Open Forms and Reports, some of which may open similar unbound
Forms (if needed for the structure of their application). This is a simple
solution to a simple problem, and is flexible, in that you can add other
functionality (for example, allow the user to enter information that
identifies for which customer you want to open a form showing that
customer's information).

Larry Linson
Microsoft Office Access MVP
 
Hehehe. I'll bet you are so unlikely to use the Switchboard Manager, that
you just forgot to mention it. I'd hate for a new user to be "led off down
that garden path", because it wouldn't be long before we heard from him
again, wondering why "my switchboard doesn't work any more".

Larry
 
True, perhaps I was a bit dismissive.
The only time I have worked with a Switchboard or Macros is in applications
that already have them.
With one exception. I have some maintenance routines that run from the
Windows Task Scheduler, so I use an autoexec macro to kick them off. Just a
RunCode action that launches the app.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Switchboard error message 1
SWITCHBOARD 1
Switchboard Compile Error 1
Switchboard Questions 2
Switchboard passwords 2
Showing Switchboard Upon Startup 3
switchboard problem 4
Switchboard manager 4

Back
Top