SELECT Field1, (SELECT SUM(Field1) FROM [Table] WHERE Field1 <= t.Field1) AS CumulativeSum FROM [Table] AS t
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)