reply
I have a table that has 2 fields "Rep Number" ,"Sale" and added a field in the query call Total where it does a count function on the "Sale" field. I made a select query so I can add up the sale field. The query I made add up the sale field except for the last record. There three record which total 7 sales. The first two have 2 sale a piece and the last record has 3 sales. So the count is only added up the first two record and not the last record. I hope this help you understand and thanks for repling.