J
Jim Jones
Some help needed for a VBA novice.
I have a table called Totals which has one field called Count and another
called CumCount. Count contains a series of integers and I need to update
CumCount to show the cumulative total as in the following example
Count CumCount
2 2
4 6
1 7
7 14
10 24
It can't be all that difficult, but I’ve been stuck for the last 2 hours.
Could someone provide me a few lines of code which will populate the CumCount
field for me (and get me going again!)
Any help would be much appreciated.
Jim Jones
Botswana
I have a table called Totals which has one field called Count and another
called CumCount. Count contains a series of integers and I need to update
CumCount to show the cumulative total as in the following example
Count CumCount
2 2
4 6
1 7
7 14
10 24
It can't be all that difficult, but I’ve been stuck for the last 2 hours.
Could someone provide me a few lines of code which will populate the CumCount
field for me (and get me going again!)
Any help would be much appreciated.
Jim Jones
Botswana