B
Bre-x
Hi,
I have a csv file with the following content
2009-07-13,34195,1,CI000139,3,A
When I import it into ms accesss with:
'Import Text File
file_name = "M:\Reorder\toolcrib\toolcrib.csv"
DoCmd.TransferText acImportDelim, "", "Temp", file_name, False, ""
the first column (2009-07-13) is imported as a date and change it to
'7/13/2009'
I dont want that to happen, I need this column to be imported as text and
as '2009-07-13'
Any ideas?
Thank you all!!!!!
Bre-x
I have a csv file with the following content
2009-07-13,34195,1,CI000139,3,A
When I import it into ms accesss with:
'Import Text File
file_name = "M:\Reorder\toolcrib\toolcrib.csv"
DoCmd.TransferText acImportDelim, "", "Temp", file_name, False, ""
the first column (2009-07-13) is imported as a date and change it to
'7/13/2009'
I dont want that to happen, I need this column to be imported as text and
as '2009-07-13'
Any ideas?
Thank you all!!!!!
Bre-x