Either post to another page which takes that form value, and execute an UPDATE SQL statement, or post to another page which takes that form value, opens a non-static recordset and use ADO's Update method.
Or even better yet, if Stored Procedures are an option, create a SP that will do the update.