I have a parameter query with MACHINES as my column heading and DATE as my row heading. The value is the amount of money a machine makes on a particular date. I need to know how to get the sum of the money a machine makes for a range of dates. So I either need to sum the entire row of a machine for each date or just get one column for the range of dates instead of each individual date having it's own column. Any help would be great.