update button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a webform that has 50 fields to possibly update. Instead of updateing
every field for that record when the user changes one or two pieces of info I
would like to only update the fields that the user updated. I am attempting
to create simple update query instead a massive one. Thanks in advance.
 
Have you thought of hidden fields?

Create a hidden field for every data entry field, bind them both to the
data. Compare each data entry field to the data field.
 
Back
Top