I am working on a project where I have 2 files, a .db file, and a .txt file. The DB file contains a 'tag' and a 'value'. The txt file contains a tag, and other info, like location, units, etc so you know what the value means. I need to read in the txt file and the db file, and display them so that everything from the txt file is associated with the db file. I am pretty new to borland. Right now I have the db file displayed, but dont know how to get the text file read-in and then merged with the db file. Any tips?