I need to scan a directory and add file names in that directory to a table.
I was told that the Dir() command can scan for file names and you can use ADO/DAO code to insert them into your table. But, I need some guidance on excatly how to do this. Can anyone post some examples on how to do this?
Here is some specific information on what type of data I'm working on:
The file names are in a folder called Box 001
The files are PDF's with a bates number naming convention, such as
ACC 000001.pdf
ACC 000003.pdf
ACC 000005.pdf
ACC 000011.pdf
ACC 000012.pdf
ACC 000024.pdf
-Thanks guys for any help you can provide
I was told that the Dir() command can scan for file names and you can use ADO/DAO code to insert them into your table. But, I need some guidance on excatly how to do this. Can anyone post some examples on how to do this?
Here is some specific information on what type of data I'm working on:
The file names are in a folder called Box 001
The files are PDF's with a bates number naming convention, such as
ACC 000001.pdf
ACC 000003.pdf
ACC 000005.pdf
ACC 000011.pdf
ACC 000012.pdf
ACC 000024.pdf
-Thanks guys for any help you can provide