Here's a challenge. I am working on a huge project converting basic files to SQL 2000 database tables. Some of the files I am converting have "place holders" for the fields. For example, I have a customer table that has mostly delimited fields when I did a text dump, except there are 8 fields that have "placeholders", so they were not delimited and got lumped into one field. Does anybody have an idea of how to parse out that data? I have the file layout, so that helps because I at least know what length each field is supposed to be, but I don't know where to start. Do I write some sort of algorythm to do this first, then convert again later? Any thoughts would be greatly appreciated. (I could use Access or Excel.) Thanks.