Hi
I've txt file delimitted by slashes
John Doe/66688.99
Den Kor/777.99
I'm using Open FileName for Input Access method to import it to Access Db
but I'm having difficulties to put each field into its own column. Basically my question is
How can I force VB put data to the next column as soon as "/" is found?
I'm using VB5 so I can not use Find method.
Thanks.
I've txt file delimitted by slashes
John Doe/66688.99
Den Kor/777.99
I'm using Open FileName for Input Access method to import it to Access Db
but I'm having difficulties to put each field into its own column. Basically my question is
How can I force VB put data to the next column as soon as "/" is found?
I'm using VB5 so I can not use Find method.
Thanks.