I've got a form which I can enter data into, a bit like:
Name :Time : Value
Fred 13 34
Jeff 34 66
What I'd like to do is have a subtotal next to the value filed which is updated as the data is entered. I've tried sum(value) but I get the total for the entire table.
Any ideas?
Name :Time : Value
Fred 13 34
Jeff 34 66
What I'd like to do is have a subtotal next to the value filed which is updated as the data is entered. I've tried sum(value) but I get the total for the entire table.
Any ideas?