I have a database and one column, lets call it "Code", has entries like 111 and 13A. I want to append new data to this table from a CSV file. If I try to import using the "Append a copy of the records to the table", every entry from the new data that goes in column "Code" that contains a letter, like 13A, comes in as a blank. One solution is to use the "Import the source data into a new table in the current database" option because when you do that, you have the option of saying that the data in "Code" is Text. When you do that, it comes in fine and then you can move the new data to the existing table. The option of saying the data in "Code" is text is not available when you do "Append a copy of the records to the table". Is there a way around this, i.e., a way to make this work with the append option?
UPDATE: I don't really like the fact that this got moved to SuperUser seeing as how there seem to be a lot more questions on Access at Stack Overflow than here... especially since people had already started answering my question over there. It's so stupid. Not to mention, I have to create yet another account and I'm not going to check 18 different places.
Codeis text? Access may be interpreting it a numeric if the text rows are below a certain row, 6 I think. – Remou Sep 8 '11 at 13:54