<< 2) Then at the start of the code, I would ask if this was a restart on the date in question. >>
If you store the part number and date then: 1. You don't have to ask whether you're reprinting or not, the existence of any row for that date will tell you that you are (you don't even need to create a separate logic branch for the new/reprint issue, just ALWAYS print only for the part numbers not in the print history table for the given date). 2. You can provide a "print history" for each part by keeping the rows in the system. -- Larry

