Time for another dumb question....from me.

I have this web application where you submit a form on the web, and it will be stored in an SQL Server database. The form will then be viewed by retrieving that info from the database then possibly editted and approved by an authority. My problem is, how do I update that one record after displaying it to the authority. The form has well over 40 fields.

What is the simplest way to do this?


Thanks again.