A
Anthony
Hi Everyone,
Does anyone know how to do this? I need to export a series of queries to 1
Excel workbook, with each query being a new tab. I have pretty extensive
DAO recordset knowledge, and the table which pulls the query names is being
generated on the fly based on what queries each individual user needs to
export.
I thought of doing a transferspreadsheet, but that seems to only make
accomodations for transferring tables, and the database is secured, but
allows users to design on-the-fly queries. The users' queries are simply
temp queries, created & deleted in each session, but the SQL is stored in a
(memo field in a ) table attached to their username. Hence, I can't change
all the queries to make table queries, as the users still need to be able to
create/modify queries.
Each worksheet also needs to have the query headers, as well.
Any help is greatly appreciated, as there are upcoming deadlines on this.
Thanks!!!!
-Anthony
Does anyone know how to do this? I need to export a series of queries to 1
Excel workbook, with each query being a new tab. I have pretty extensive
DAO recordset knowledge, and the table which pulls the query names is being
generated on the fly based on what queries each individual user needs to
export.
I thought of doing a transferspreadsheet, but that seems to only make
accomodations for transferring tables, and the database is secured, but
allows users to design on-the-fly queries. The users' queries are simply
temp queries, created & deleted in each session, but the SQL is stored in a
(memo field in a ) table attached to their username. Hence, I can't change
all the queries to make table queries, as the users still need to be able to
create/modify queries.
Each worksheet also needs to have the query headers, as well.
Any help is greatly appreciated, as there are upcoming deadlines on this.
Thanks!!!!
-Anthony