fuzzygeek
Energy Ebbing
- Local time
- Today, 07:21
- Joined
- Mar 28, 2003
- Messages
- 989
In VBA, when using DoCmd.TransferText, the filename is similar to "C:\My Documents\Your Docs\data box.txt". I received the error 3304, invalid path. Even if I use "C:\'My Documents'\'Your Documents'\'databox.txt'" I get the error. I know it is due to the space, but using underscores is not an option. Has someone overcome this problem with the transfertext method?