This code to import multiple CSV files into MS Access works really well for me: Import a large number of .csv files into Access
The one thing I would like to add is an import spec that imports each field as SHORT TEXT. I have the spec saved as "GPS1" but not a clue how to add it into the batch import code.
I have tried this
docmd.RunSavedImportExport ("GPS1")
but no luck.