R
RickSF
How do I calculate a value in a new record from the value based on the value
of previous record?
the table has 3 fields for calculation:
Field1.TransactionDate
field2.ChangeAmount
field3.NewBalance
I need to do an Update Query that uses the [NewBalance] from the previous
record plus the [ChangeAamount] to update the [NewBalance] of the following
record.
for example:
TransactionDate ChangeAmount NewBalance
10/13/08 100
100
10/14/08 50
150
10/15/08 75
225
Thanks for any help.
Rick
of previous record?
the table has 3 fields for calculation:
Field1.TransactionDate
field2.ChangeAmount
field3.NewBalance
I need to do an Update Query that uses the [NewBalance] from the previous
record plus the [ChangeAamount] to update the [NewBalance] of the following
record.
for example:
TransactionDate ChangeAmount NewBalance
10/13/08 100
100
10/14/08 50
150
10/15/08 75
225
Thanks for any help.
Rick