O
OTWarrior via AccessMonster.com
I want to do a report of some of the data on the system, and I have created
various reports.
I have figured out how to export the data to an existing excel spreadsheet
using:
DoCmd.OutputTo acOutputQuery, SelQuery, acFormatXLS, sXL
&
DoCmd.TransferSpreadsheet acExport
however, I would like to be able to export multiple queries to the same
workbook within the spreadsheet.
is this possible?
Plus, how do you name the worksheet to something over than the query name?
can this be done in the export?
various reports.
I have figured out how to export the data to an existing excel spreadsheet
using:
DoCmd.OutputTo acOutputQuery, SelQuery, acFormatXLS, sXL
&
DoCmd.TransferSpreadsheet acExport
however, I would like to be able to export multiple queries to the same
workbook within the spreadsheet.
is this possible?
Plus, how do you name the worksheet to something over than the query name?
can this be done in the export?