Hi,
I am trying to follow Microsoft Access Help on exporting data for a particular range, but I am having no luck with a successful output. I am using MSAccess 2000.
Here is part of my code:
<CODE>
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "daily_wo_qry", "C:\WO_Report.xls",True, "WO_Issues"
<CODE>
I tried to replace the "WO_Issues" with a range "A2:BB100", but that did not work.
The error I receive is...
<ERROR>
"The table 'A2:BB100' already exists."
<ERROR>
Any suggestions?
I am trying to follow Microsoft Access Help on exporting data for a particular range, but I am having no luck with a successful output. I am using MSAccess 2000.
Here is part of my code:
<CODE>
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "daily_wo_qry", "C:\WO_Report.xls",True, "WO_Issues"
<CODE>
I tried to replace the "WO_Issues" with a range "A2:BB100", but that did not work.
The error I receive is...
<ERROR>
"The table 'A2:BB100' already exists."
<ERROR>
Any suggestions?