Hi,
I need to update one field of my table by running sum method like this:
3 fields of my table : [bede],[best],[mande]
for example for first 3 record:
Record 1:
[mande]=[bede]-[best
Record 2:
[Mande]=[lastrecordmande]+([bede]-[best])
Record 3:
[mande]=[lastrecordmande]+([bede]-[best])
and should continue to eof.
but I don't know how to do it!!
thanks for any advice and help
Ali
I need to update one field of my table by running sum method like this:
3 fields of my table : [bede],[best],[mande]
for example for first 3 record:
Record 1:
[mande]=[bede]-[best
Record 2:
[Mande]=[lastrecordmande]+([bede]-[best])
Record 3:
[mande]=[lastrecordmande]+([bede]-[best])
and should continue to eof.
but I don't know how to do it!!
thanks for any advice and help
Ali