On the after update event of the amount field, you can write the code
Me.Refresh
That way the sum field will update after you enter the new amount and not
after you exit the record

Signature
I hope that helped
Good luck
> Hi all,
> I have a sub form that contain an amount field.
[quoted text clipped - 4 lines]
> Any suggestions?
> Thanks in advance
Lp12 - 25 Sep 2005 14:55 GMT
Hi Ofer and thanks for the reply.
The problem is that the procedure doesn't trigger the AfterUpdate event at
all.
I've tried to write the sub there but nothing happened.
> On the after update event of the amount field, you can write the code
> Me.Refresh
[quoted text clipped - 9 lines]
> > Any suggestions?
> > Thanks in advance
Ofer - 25 Sep 2005 15:38 GMT
It will trigger the after update event of the field, only when you exit that
field.

Signature
I hope that helped
Good luck
> Hi Ofer and thanks for the reply.
> The problem is that the procedure doesn't trigger the AfterUpdate event at
[quoted text clipped - 14 lines]
> > > Any suggestions?
> > > Thanks in advance