Apr 2, 2010 #1 xzibited2 Programmer Dec 11, 2009 9 US I want to update a record within a table, but want to take the current value of the record and add it to the amount the user puts in. See below: y = number of parts used <code> UPDATE partstable SET partx= (current value of partx) + y </code>
I want to update a record within a table, but want to take the current value of the record and add it to the amount the user puts in. See below: y = number of parts used <code> UPDATE partstable SET partx= (current value of partx) + y </code>