Hey all, I've got a question concerning the construction of a database... The problem lies in how my data is formatted. It's a .txt file that is divided as shown:

Field1: ~~~~
Field2: ~~~~
Field3: ~~~~
~~~~~~~~
~~~~~~~~
Field4: ~~~~

Record by record, each record being seperated by a blank line... My initial guess was that I needed a text parser to break the information down, but I was lost there...

Any direction for a new kid?