First find out about Dir
How to use it to find the directory and store it in a variable --eg myDir-- (and loop) --- Hint: Look it up in the access help
Then find out how to import a text file --- Access help again
Then try to figure out how to combine myDir and text file name to be able to make the import flexible--- Hint: &, and plenty samples on "Concatinating" on the forum
Now work out how to run an update query from code --- easy one, i will give you that one: Currentdb.execute "Sql here" Paste the SQL from the QBE
Now try and make that SQL flexible again with myDir
Lastly combine all above in a loop, and your done....
Regards
The Mailman
P.S. Heading home now....