Hello...
I have a table which has a field that holds an integer value. What I want to do is calculate the difference(ie
subtract) of this field for my selected records. eg
Get the difference of value between record 1 and record 2 (30-10=20)
I thought this would be pretty simple, but I cant figure it out!
Help!
Neil
I have a table which has a field that holds an integer value. What I want to do is calculate the difference(ie
subtract) of this field for my selected records. eg
Code:
ID Value
----------------
1 30
2 10
Get the difference of value between record 1 and record 2 (30-10=20)
I thought this would be pretty simple, but I cant figure it out!
Help!
Neil