SysDupe123
Technical User
I'm going a little nuts. I want to write some code in Access 2002 to take a text file and append another text file if it exists. The thing is, I'd have 3 main files, and up to 3 additional files that need to be combined with them, like file1.txt, file2.txt, file3.txt and file1a.txt, file2a.txt, and file3a.txt. I need to combine file1 & 1a, etc. so I don't think I could use Dir(). I'd really appreciate the help.