D
Darcy
I have a form that allows me to edit the records of a table.
One of the fields is calculated so I have to calculated it every time the
user makes a change.
The change might take place in a subform or in the main form.
What event handler should I use?
AfterUpdate and BeforeUpdate don't fire when I make changes in the subforms.
(Bummer).
Instead of fiddling around with all these silly events, is there a way of
just running the calculation every time I leave the record to go to a new
record?
Thanks in advance.
One of the fields is calculated so I have to calculated it every time the
user makes a change.
The change might take place in a subform or in the main form.
What event handler should I use?
AfterUpdate and BeforeUpdate don't fire when I make changes in the subforms.
(Bummer).
Instead of fiddling around with all these silly events, is there a way of
just running the calculation every time I leave the record to go to a new
record?
Thanks in advance.