TheRealDeal
Technical User
I want to figure the difference between 2 fields from different records of the same table. I'm viewing the table via a datasheet with all controls bound except for the results textbox.
a picture:
ID(B) Field2(B) Field3(N)
1 2000 0
2 3400 1400
3 5000 1600
and so on... in essense, Field3 is Not-Bound and contains the difference of current record and the previous. My goal is some function or subroutine
a picture:
ID(B) Field2(B) Field3(N)
1 2000 0
2 3400 1400
3 5000 1600
and so on... in essense, Field3 is Not-Bound and contains the difference of current record and the previous. My goal is some function or subroutine