Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Is there a way to add a column which contains a running sum of a field in one of my tables? I have a table which shows inventory items and I need to show how each row affects the balance of an item left in inventory.
Here is how you can do this:
Sub ListOnLoad()
2. Set View as type of that field to Custom. Put the following code there:
Session("Sum") = Session("Sum") + CDbl(strValue)strValue = Session("Sum")