B
biswajit.tamu
Hi,
I am trying to import a CVS file using following command
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9,
"tblTempUpload", txt_box_file_path & strFileName
It gives me error.. Says external table is not in correct format.
What could be the problem ?
Thanks
BJ
I am trying to import a CVS file using following command
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9,
"tblTempUpload", txt_box_file_path & strFileName
It gives me error.. Says external table is not in correct format.
What could be the problem ?
Thanks
BJ