S
Shell
In MS Access 2000 and MS Excel 2000 I am executing the following command
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
"tbl_x_export_vel_xxxx", "C:\OnProcess\Comcast\Output\export report-" &
Format(Date, "mm-dd-yyyy") & ".xls", False, "XXXX RawData!K164000"
NOTE specifically the tab I am exporting the data to: "XXXX RawData!K164000"
I need to place the data inot columns K thru P as previously I ran a
Transferspreadsheet command to place data in columns A thru I.
On my computer, I get the data transferred properly. After I place the code
onto someone elses computer, also running Access 2000 and Excel 2000, we get
the error message "Too many fields defined" . The data does take 6 columns.
Does anybody know what is happenning here and where I can look to solve this
problem.
Thanks
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
"tbl_x_export_vel_xxxx", "C:\OnProcess\Comcast\Output\export report-" &
Format(Date, "mm-dd-yyyy") & ".xls", False, "XXXX RawData!K164000"
NOTE specifically the tab I am exporting the data to: "XXXX RawData!K164000"
I need to place the data inot columns K thru P as previously I ran a
Transferspreadsheet command to place data in columns A thru I.
On my computer, I get the data transferred properly. After I place the code
onto someone elses computer, also running Access 2000 and Excel 2000, we get
the error message "Too many fields defined" . The data does take 6 columns.
Does anybody know what is happenning here and where I can look to solve this
problem.
Thanks