DavetheVBNewb
New member
- Local time
- Today, 14:37
- Joined
- Jul 1, 2008
- Messages
- 6
I would like to write a code that can open text files within a directory and transfer the information into an Access data table.
There is a table setup with records (currently empty except for the file name) for each file.
The key for each Access record is the name of the text file.
There are about 50 text files in the directory. Each contains 10 cells I would like to transfer data from.
The text files are delimited using commas. I’m guessing these would have to be separated first into columns.
Can someone help me?
There is a table setup with records (currently empty except for the file name) for each file.
The key for each Access record is the name of the text file.
There are about 50 text files in the directory. Each contains 10 cells I would like to transfer data from.
The text files are delimited using commas. I’m guessing these would have to be separated first into columns.
Can someone help me?