Is there a way to add a querie to a switchboard?
If you are asking this question, I would guess you are using the
Access Switchboard created by the Switchboard Manager Add-in.
That switchboard does not directly facilitate the opening of a query.
1) You can create a Macro (or use code) to open the query, and then
edit the switchboard to tun the macro (or run the code). Those 2
options are available.
2) You can modify the code behind the switchboard to open a query.
3) Best solution would be to simply create your own switchboard using
an unbound form with command buttons. You can directly open a query,
as well as every thing else, and you have more control over
appearance, functionality and maintenance.