exRP12Nuke
Technical User
Hello,
I am trying to export a table to a specific spot on a server in *.csv format, and I am not having any luck with my VBA. Here is my line of VBA for the export routine.
Do I need a different Excel Type, where am I going wrong?
Thanks!
I am trying to export a table to a specific spot on a server in *.csv format, and I am not having any luck with my VBA. Here is my line of VBA for the export routine.
Code:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12, "tblImportUsageReading", _
"\\CASPERSVRFS\Data\EMS\Product Support\Contracts\Contract Billing Hours\AMT Usages\ImportUsageReading_" _
& Format(Date, "yyyymmdd") & ".csv", True
Do I need a different Excel Type, where am I going wrong?
Thanks!