i am aware that I can delet the error tables manually, but the utility is
generic and the users don't know how to operate access, I would rather keep
them away from the view of the tables.
The one field that it does not import is not important to the data they are
looking for from the inported CSV files.
Actually the real problem that I can get solved is where I use the syntax
"DoCmd.TransferText acImportDelim, , _
"TBL_All_CSV_RECORDS", Path & NewName, False"
the Table "TBL_ALL_CSV_RECORDS" is automatically generated, but some cells
of the same columns containg Text and numbers, it has problem importing both,
what can I do to import numbers to a Fiedl and Text to a field.........