I'm using Access 2000
I would like to import a comma-delimited .txt file generated by another program into an Access Table with the first line of the file being the field name. I would like to do this with VBA code. My problem is I don't need all 40 columns in the text file. I've used the Import wizard but it doesn't give me what I want. The imported text file is to be stored in a temporary table for data manipulation purposes and then exported to several excel templates.
If anyone has suggestions, they would be welcomed