How do I update a table with calculated values from a form?

A

A

On my form, I have three fields. The first two are input and the third
displays the addition of the two fields. However, the value from the total
doesnot store the value into the table. Can I take the value from the form
and store it in the table?
 
Top