adding a toolbar to a specific query

L

Linda

I am wondering if there is a way to add a customized toolbar to a specific
query. I have a query, accessed through a switchboard, that I want users to
be able to export to excel (I created a macro). When I try to do it, it
makes the toolbar available all the time, not just for this one query.

Am I trying to do the impossible?

Linda
 
R

Rick Brandt

Linda said:
I am wondering if there is a way to add a customized toolbar to a
specific query. I have a query, accessed through a switchboard, that
I want users to be able to export to excel (I created a macro). When
I try to do it, it makes the toolbar available all the time, not just
for this one query.

Am I trying to do the impossible?

Linda

Use a datasheet view form bound to the query instead. A Form or Report can
have a specific menu or toolbar associated with it. A Query cannot.
 
Top