Import Multiple Tables

  • Thread starter Thread starter alish
  • Start date Start date
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.
 
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.
 
Back
Top