chris-uk-lad
Registered User.
- Local time
- Yesterday, 23:22
- Joined
- Jul 8, 2008
- Messages
- 271
Hi all
I currently have a text file which is interpreting a number of columns as one long string, due to carriage returns (Chr$(13) i think?). I have been having trouble trying to import this text file into an MS Access table using VB code but cannot work it out. So far my script will read in a strong, and populate cells using the mid/instr method using a "while not EOF", but i don't know how to stop at the carriage return and move to a new line
All help appreciated, thanks
I currently have a text file which is interpreting a number of columns as one long string, due to carriage returns (Chr$(13) i think?). I have been having trouble trying to import this text file into an MS Access table using VB code but cannot work it out. So far my script will read in a strong, and populate cells using the mid/instr method using a "while not EOF", but i don't know how to stop at the carriage return and move to a new line
All help appreciated, thanks