Question : Question about Tablename_Import Errors table

I imported a text file into a new table in MS Access.  In the Tablename_Import Errors table, the "Error Type" is listed as "Unparsable Record".  This problem is only indicated for 5 records in the new table out of a total of over 148,000 records.  

The "Field" field in the _ImportErrors table is blank however, and when I go to the 5 records in the new table I can't see any problems with them.  Since the "Field" field in the _ImportErrors is blank, I can't tell where the error has occured in these 5 records.

Any ideas?

Answer : Question about Tablename_Import Errors table

set up a linked file with the unique keys exposed

link the Linked version to the data in your table (LEFT JOINS) and look for where the table is missing a records

linked file ---> table where table.key is null

that should find you your missing records
Random Solutions  
 
programming4us programming4us