MoonMullen
Programmer
In MS-Access97, can you parse a text file with VBA code one line at a time? I mean read part of a line, say first 15 characters, then parse that into five fields and create the first record in a table. Then repeat the whole process for as many times as is needed. I currently read the text file in and then create a new text file by writting out each line to disk. I then import and parse the text file I just created to make a table. Can this proscess be streamlined by parsing on the fly? If so, how would you code it? All help would be greatly appreciated. I