|
box -> update field (1/22/2008 3:26:38)
|
Hi, I want to update a field "number" with a form! let me expalin, lets say the value of the field is 8, if I insert number 2 the new value should be number 6! not to 2 nor 10, is like inventory system. is like this: New field value = current field value - form value. fp_sQry="UPDATE DISTINCTROW mytable SET myfield_value =('::myfield_value::'- from_value) WHERE ID= ::ID::" Any idea please.
|
|
|
|