Re: How to load certain parts of a text file to an access database and get the size of each string w
Hi -
In the online help for VB, there are examples of several ways to retrieve
text from a text file. One way allows you to go to specific areas of the
file. Another way allows you to read in the file line by line. You can use
the example from the online help.
The LEN function will aid you in finding the length.
Good luck!
Deborah
"Ranadeep" <rmukherjee@iso.com> wrote:
>
>Hi, I would like to know what is the easiest way to import text from a text
>file, but certain parts of the text file and get the size of each input
string
>that is being sent to the access database and get it size and its total
size.
>
>Thank you