Merging multiple text files into one text file using access?

D

Dubai1

I am looking for an option how to merge multiple text files into one text
file using access? Can anyone help me with this?
 
T

Tom van Stiphout

On Wed, 25 Feb 2009 03:45:01 -0800, Dubai1

The old COPY instruction can do that. In a command window:
copy 1.txt+2.txt 3.txt

-Tom.
Microsoft Access MVP
 
Top