Switchboard Manager

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create a switchboard manager where as well as going into forms and
reports I can go into queries or tables - there doesn't seem to be an option
for this - how do I do it?

Thanks
 
I want to create a switchboard manager where as well as going into forms and
reports I can go into queries or tables - there doesn't seem to be an option
for this - how do I do it?

Thanks

There isn't any option to do that directly.
Easiest method is to first create a macro (or use code) to open the
query.
Then you can use the switchboard manager to run the macro (or run the
code). Those 2 options are available using the manager.

Note: You can also modify the code behind the switchboard to allow
opening a query, but you will not be able to modify that option using
the manager.

The best solution would be not to use the built-in switchboard manager
at all, but to create your own switchboard using an unbound from with
command buttons. You will have more control over it's appearance and
functionality, and maintenance will be easier.
Creating your own command buttons (using the command button wizard,
you can open a query directly from the button. The Open Query command
is listed under the wizard's Miscellaneous list of options.
 

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
Where is the startup manager in 2007 2
SWITCHBOARD 1
switchboard problem 4
Switchboard question 3
I've lost my Switchboard ! 3
Switchboard manager 4
Start Switchboard 1

Back
Top