I have a print request from a database query I just ran. I'd like to check to see if I've already printed this request. Previous requests are in a .txt file. Open the text file and read in all the prior print jobs. If the print request from the database query is in the text file, skip it. If the print request from the database query is not in the text file, create a new .dat file for printing.