To begin with, basic database theory says you shouldn't store the total
at all; instead, you should calculate it on the fly whenever you need it.
Now, there can be counter-arguments as to why you might actually need to
store the invoice total at header level (actually all major ERP's
do!). In that case, the Before Update or After Update or On Change
event of the line item amount will do the job just fine, while the
control bound to header level total in the mainform should be
disabled/locked, so the user can't change it anyway - why should they
have access to it?
HTH,
Nikos
> Anyone? Anybody?
>
[quoted text clipped - 42 lines]
>>>
>>>>final. Is there anyway around this problem.