I have a form with a table in which amounts are entered in the last column. Users can add rows to enter multiple amounts. As they enter amounts, the total is calculated in a field that's below the table. That works fine. However, if the user deletes one of the rows of the table, the total amount isn't recalculated unless the user clicks in any two remaining cells in the table.
Can anyone tell me what I'm missing?
Thanks!