I have a table with 2 columns, [Planned_Close_D ate] and [Actual_Closed_D ate].I want to run a query that will give me a cumulative sum of the no. of entries that have an [Actual_Closed_D ate]<=[Planned_Closed_ Date] and on the second column give me a cumulative sum of the no. of entries for [Planned_Closed_ Date]. These cumulative sums will be grouped by {Planned_Close_ Date]
Here is what the CODE I have so far, it does not give me cumulated...