D
Darcy
I have a form that allows me to edit the records of a table.
One of the records is calculated.
So I therefore have to calculated it every time the user makes a change.
The compromise is to do it in the after_update (or should I use
before_update)?
Worse yet, there are several sub forms. If a change is made in the Subform.
Any ideas on how I can do this?
If I have to, I'll just do the calculation unconditionally each time the
user tries to leave the record but what event should I use for that?
Thanks in advance.
One of the records is calculated.
So I therefore have to calculated it every time the user makes a change.
The compromise is to do it in the after_update (or should I use
before_update)?
Worse yet, there are several sub forms. If a change is made in the Subform.
Any ideas on how I can do this?
If I have to, I'll just do the calculation unconditionally each time the
user tries to leave the record but what event should I use for that?
Thanks in advance.