G
Guest
I have to open a text file that is more like a letter than a listing of
columns of data. I need to be able to open this file and then parse through
it looking for specific headers etc to find data that I then need to put in
my Table.
I am trying to do this in a module that can be called from a form.
First, what is the correct command to get to a Text file on the C: Drive and
open it.
Then what is the proper way to move through the document looking for my
data. I am assuming that using the some of the string/character functions
are the way to go with this.
Thanks for any help you can give.
columns of data. I need to be able to open this file and then parse through
it looking for specific headers etc to find data that I then need to put in
my Table.
I am trying to do this in a module that can be called from a form.
First, what is the correct command to get to a Text file on the C: Drive and
open it.
Then what is the proper way to move through the document looking for my
data. I am assuming that using the some of the string/character functions
are the way to go with this.
Thanks for any help you can give.