F
FredK
I have a Datasheet View form with the following fields:
Unitprice
Subtotal
Tax
Linetotal
Grandtotal
The "Tax" field is a calculated field from the "Subtotal" field:
=[subtotal]*0.0775
The "Linetotal" field is also a calculated field from the "Subtotal" and
"Tax" fields: =[tax]+[subtotal]
I would like to have a Running Sum of the "Linetotal" field, and have it
display in the "Grandtotal" field. What Expression would I use for a
Running Sum for the "Grandtotal" field?
I've tried =Sum([Linetotal]) and that does not seem to work.
Thanks in advance!
Fred
Unitprice
Subtotal
Tax
Linetotal
Grandtotal
The "Tax" field is a calculated field from the "Subtotal" field:
=[subtotal]*0.0775
The "Linetotal" field is also a calculated field from the "Subtotal" and
"Tax" fields: =[tax]+[subtotal]
I would like to have a Running Sum of the "Linetotal" field, and have it
display in the "Grandtotal" field. What Expression would I use for a
Running Sum for the "Grandtotal" field?
I've tried =Sum([Linetotal]) and that does not seem to work.
Thanks in advance!
Fred