Hello
I don't think this is possible but I will ask it anyway as it would save a lot of time if it was...
Every month I receive about 100 csv files and would like to import these into Access. They all have the same fields etc but are in individual files.
Can you use something like:
DoCmd.TransferText acImportDelim, <specification>, <table>, <file with full path>, False
to import many files together if they were placed in the same folder?
Thanks for any advice.
Dave