U
Ulcom
Hi
First, happy new year and thanks to everybody for helping
OK, I have a simple table with 2 fields "date" and "amount" (numeric field)
I have a continuoius form wher I input data every day. so I have something
looking like Excel....many rows and 2 columns.
Is it possible to add a text box with a mathematical formula to obtain a
total . So I would have a third column called "cumulative"
This total would be the ("amount" of the record + the sum of the "amount" of
all previous records)
I guess it could be also the ("amount" of the record + "cumulative" of the
previous record)
Date Amount Cumulative
1-jan-05 10 10
2-jan-05 4 14
3-jan-05 8 22
thanks
First, happy new year and thanks to everybody for helping
OK, I have a simple table with 2 fields "date" and "amount" (numeric field)
I have a continuoius form wher I input data every day. so I have something
looking like Excel....many rows and 2 columns.
Is it possible to add a text box with a mathematical formula to obtain a
total . So I would have a third column called "cumulative"
This total would be the ("amount" of the record + the sum of the "amount" of
all previous records)
I guess it could be also the ("amount" of the record + "cumulative" of the
previous record)
Date Amount Cumulative
1-jan-05 10 10
2-jan-05 4 14
3-jan-05 8 22
thanks