Search results

  1. S

    Import multiple txt files and filename

    Excellent! It worked. Thanks a lot and I'll make sure I'll stick with the norm.
  2. S

    Import multiple txt files and filename

    The code works great, I just don't know how to integrate it in the loop. Currently it loops indefinitely and only appends the first filename in the folder. Any ideas? Cheers! --------------------------------- Function Load_Attendance_Data() Dim NextFile, ImportFile, FileCriteria, ctr As Variant...
  3. S

    Import multiple txt files and filename

    I'll give it a try. Thanks!
  4. S

    Import multiple txt files and filename

    How would I do that?
  5. S

    Import multiple txt files and filename

    Hi all, I just started using VBA in access and I hope someone can give me a hand with the following: I have multiple text files in a folder that I need to import in a table, but I want to include the filename (excluding the txt extension) in the first field of my table. I have code that allows...
Back
Top Bottom