I am attempting to import a series of text files programmically into a single table in Access 2007. The text files are semicolon delimited. The first line contains the field names but does not have any text qualifiers. I receive the error "Field: 'DriverNum;DriverName;CapacityType;' doesn't exist in destination table 'Driver.' To the best of my knowledge, I cannot set up an Import Specification because the file names are based on the date/time of the extract, so I need to loop through and repeat the process with a different file name each time. Access 2007 seems to include the file you're importing as part of the specification. Any ideas, short of creating a recordset, tossing the first record in each set (the field names) and importing each record one by one? Seems tedious and clunky.
Thanks,
Kelly
Thanks,
Kelly