I have a report which lists records sorted by part number and then by date. Also on the report for each record is an inventory qty. So the first record may show part #1 due 1/31/2010 and display an inventory qty of "5". If the next record on the report is for the same part number, regardless of the due date, I want the inventory qty to display "0". I realize this is a little strange but it has to be displayed this way. I can't just hide dupes because the next record for an entirely different part number may need to show the accurate inventory qty.