This is making me a little bit batty. I am getting to the point where I am about the blame the computer.
I have a really simple table that I am trying to import by appending the data to an existing table. The existing table is set up with the correct fields. I have one field that is causing problems. It has strings that contain numbers and also strings that contain text. Things like 897069 and C0082632. The fields with the "C" in them are kicking up a Type Conversion Error.
I isolated two records with values that cause errors and when I import them on their own I have no problems. But when I try to import the whole file I get errors - including on the two records that import fine on their own.
The file is about one million records. Is there something about the volume that is causing the errors?
I have a really simple table that I am trying to import by appending the data to an existing table. The existing table is set up with the correct fields. I have one field that is causing problems. It has strings that contain numbers and also strings that contain text. Things like 897069 and C0082632. The fields with the "C" in them are kicking up a Type Conversion Error.
I isolated two records with values that cause errors and when I import them on their own I have no problems. But when I try to import the whole file I get errors - including on the two records that import fine on their own.
The file is about one million records. Is there something about the volume that is causing the errors?