Arg81
Well-known member
Not sure what the best way of doing this is, i think a stored procedure.
Basically, I have set up a form that has one field - the user enters the ID number.
Upon pressing SUBMIT, I want to change the value of another field belonging to that row.
I.E.
UPDATE StatusID to 2 (by default is set to 1) WHERE RequestNumber = @RequestNumber
(with the textbox.text = @RequestNumber)
What would be the easiest and best way of doing this?
Cheers!
Luke
Basically, I have set up a form that has one field - the user enters the ID number.
Upon pressing SUBMIT, I want to change the value of another field belonging to that row.
I.E.
UPDATE StatusID to 2 (by default is set to 1) WHERE RequestNumber = @RequestNumber
(with the textbox.text = @RequestNumber)
What would be the easiest and best way of doing this?
Cheers!
Luke