I have a table with a date field and a currency field. I need to get a count of all the records where the date falls within various ranges. I could make a totals query for each range and then use those queries as the source for a combined query. But is there a simpler way? There are a lot of ranges to cover. I also need to do the same type of thing with multiple ranges for the currency field. Those ranges are not uniform in size.