A
AccessHar
I am using the following import for a CSV file
DoCmd.TransferText acImportDelim, , _
"TBL_All_CSV_RECORDS", Path & Reports_Dirs,
True
It works fine, but some fields are given a Number data type automatically
when the Table in Created by runnuing the Code above, I would prefer if all
fields were defaulted to TEXT, is there a way to do this in VB code
DoCmd.TransferText acImportDelim, , _
"TBL_All_CSV_RECORDS", Path & Reports_Dirs,
True
It works fine, but some fields are given a Number data type automatically
when the Table in Created by runnuing the Code above, I would prefer if all
fields were defaulted to TEXT, is there a way to do this in VB code