Import Multiple Tables

A

alish

Hello All,

I have a question: I have 15 .txt files with exactly the same formats, i
need to import all of them into MS Access database. How do I import all of
the tables at once instead of doing it one by one? Thank you all.
 
P

Pete D.

If the files are the same and have no column headings you could just copy
them together
copy filename1.txt +filename2.txt +filename3.txt file.txt

then import the new file.
 
Top