Hi All,
Hopefully a simple question.
I have a multi record form, and sometimes I need to recalculate some figures. If there is already a value in a field, it will not auto calc, so I need to reset that field to zero, save the value to the database, and then save the change, via the update button.
Now the code will be simple under a php button.
{field1} = 0;
sc_commit_trans();
Then how do I code the pressing of the update button, so that the user does not have to remember to actually click on it.
Thanks a million
See ya
Tony