G
Guest
I am importing a CSV file into an Access database with VB code. The second
field in Access has been designated as a "text" field. In the CSV file, the
second field contains letters and numbers.
After the import, when you look at the table, the numbers appear but the
letters are missing.
This same thing also happened with the eighth field. A "new" table is
created for the import errors in both fields. The error is "Type Conversion
Failure". I did notice that the first line of data contains numbers in these
fields.
Any suggestions on how to correct this issue would be greatly appreciated.
field in Access has been designated as a "text" field. In the CSV file, the
second field contains letters and numbers.
After the import, when you look at the table, the numbers appear but the
letters are missing.
This same thing also happened with the eighth field. A "new" table is
created for the import errors in both fields. The error is "Type Conversion
Failure". I did notice that the first line of data contains numbers in these
fields.
Any suggestions on how to correct this issue would be greatly appreciated.