I have a report that in the detail have a running sum of records processed when this count is >= 15 I want to be able to write the remaining records to a table in the same database. Tried the append query but it adds all of the records and ignores the count. Thanks for any help