W
waif
Guest
I am looking to import a series of loosely formatted ascii text emails (mbox) into access 2000.
There are multiple emails in a single text file, and each email takes up a random number of lines (as would be expected).
All the messages all have the same number (and format) of header lines however, but have a variable number of lines in the body.
The starting text for each message is identical, so it could be used to kick off the start of a new db record.
I'd like to capture only a few of the header lines in the database (date, from, subject), discarding the others and would like to dump each of the body lines into a memo field, with one database record for each email in the file.
I expect this is possible, but don't have any background in vb (which I expect is what is required).
If someone could point me in the right direction, that would be wonderful.
There are multiple emails in a single text file, and each email takes up a random number of lines (as would be expected).
All the messages all have the same number (and format) of header lines however, but have a variable number of lines in the body.
The starting text for each message is identical, so it could be used to kick off the start of a new db record.
I'd like to capture only a few of the header lines in the database (date, from, subject), discarding the others and would like to dump each of the body lines into a memo field, with one database record for each email in the file.
I expect this is possible, but don't have any background in vb (which I expect is what is required).
If someone could point me in the right direction, that would be wonderful.