Hello, I have 2 tables. The 1st has dates in sequential order. The 2nd has a list of items (many) with a start date and "# of days" until an end date. I want to create a query, that for each date in the 1st table, it counts, or sums, how many events are open between the start date and (start date + "# of days" until end date). Ideas? Thanks!