Looks like the same thing 9erfan posted. The syntax isn't correct for asp/VBScript though.
An alternative way is to do the math with the SQL statement. This snip assumes your connection is open and variables are Dim'd
<% .. nAddValue = request.form("addfield") sSql = "UPDATE table SET field = field + " & nAddValue con.Execute(sSql) .. %>
PS I like the sig, Mike! I'll probably remember it like I remember a pickup I saw years ago, decked out, and painted on each side was "Too Loose La Truck"