newaccessvba
New member
- Local time
- Today, 02:35
- Joined
- May 15, 2012
- Messages
- 2
I wanted to link text files in Access using VBA and tried out the DoCmd.TransferText method. It worked well with regular file names. However, the text files that I need to link include extra periods in the file names (e.g. site_abc_glc.120305_120307_125732_1.csv). The periods cause an error when executing the DoCmd.TransferText method. I did some research and noticed that the files need to be renamed to use the method. Is it possible to make the method work without rename the files? Please help.