greaseman
Closer to seniority!
- Local time
- Today, 11:05
- Joined
- Jan 6, 2003
- Messages
- 360
I've got a really wacky text file that can contain a ton of verbiage, followed by several rows and columns (almost looks like Excel data), which in turn is followed by a bunch of verbiage, another several rows and columns of data and so on. Incidentally, the row and data portions of the text file can span several pages, which means that in between the data from the data's first page to second page can be additional verbiage.
I am only interested in the row and data portions of the text file.
I have attached a small zip file that shows how the data can appear.
My questions: How might I plow through the text file, extract only the row and column data portions and save each of the data portions into separate Access tables? Also, for those portions of the row and data segments that span pages, I want to obviously keep those segments in the same Access table.
I'm thinking I should use some kind of a loop within a loop, but just can't wrap my head around the headaches I'm running into.
Anyone willing to offer advice, help or comments? I would be most appreciative for any and all replies.
Thanks!
I am only interested in the row and data portions of the text file.
I have attached a small zip file that shows how the data can appear.
My questions: How might I plow through the text file, extract only the row and column data portions and save each of the data portions into separate Access tables? Also, for those portions of the row and data segments that span pages, I want to obviously keep those segments in the same Access table.
I'm thinking I should use some kind of a loop within a loop, but just can't wrap my head around the headaches I'm running into.
Anyone willing to offer advice, help or comments? I would be most appreciative for any and all replies.
Thanks!