Switchboard and queries

P

Phil

I like the format of a particular query result as opposed to the result in a
report. Is there any way to use the Switchboard to run the query (as opposed
to running the report)?

Thanks.
 
F

fredg

I like the format of a particular query result as opposed to the result in a
report. Is there any way to use the Switchboard to run the query (as opposed
to running the report)?

Thanks.

Is this a switchboard created by the Access built-in Switchboard
Manager?
If so there is no direct method.
However, you can add a Macro (or Code in a Public Module) to open the
query.
Then use the Switchboard Manager to set the action to either Run Macro
or Run Code, and place the macro or Sub name in the next dialog box.
 
M

missinglinq via AccessMonster.com

Just one of a nuber of reasons to design your own "switchboard" using a form
rather than Access' Switchboard Mangler! Oops! Meant Manager!
 
Top