I'm a novice coder and need some help in calculating the difference between two different records in a table and update the table.
Value is the data that I currently have, Value2 (changed amount) is what I need to update (default is zero):
Date Value Value2
02/23/2012 55466
03/01/2012 58198 2732
03/08/2012 59899 1701
Not sure how to go about this.
Thanks for any advice.
Thanks for the help.
Greg
Value is the data that I currently have, Value2 (changed amount) is what I need to update (default is zero):
Date Value Value2
02/23/2012 55466
03/01/2012 58198 2732
03/08/2012 59899 1701
Not sure how to go about this.
Thanks for any advice.
Thanks for the help.
Greg