It is working just not until the complete record is updated not the field.
>>I have a subform that is in a continous for view.
>>
[quoted text clipped - 19 lines]
> Sum (in the FORM footer) always worked for me so you must be
> doing something unusual.
Ahh, now I see what you were asking. Here's the expression
to get the total to update as soon as the control loses the
focus:
=Sum(Field1) - txtField1.OldValue + txtField1
Make sure that the text box's name is different than the
field it is bound to.

Signature
Marsh
MVP [MS Access]
>It is working just not until the complete record is updated not the field.
>
[quoted text clipped - 22 lines]
>> Sum (in the FORM footer) always worked for me so you must be
>> doing something unusual.
Bryan Hughes - 18 Jul 2005 18:49 GMT
Thank you Marshall,
That is what I needed. It works great.
Bryan
> Ahh, now I see what you were asking. Here's the expression
> to get the total to update as soon as the control loses the
[quoted text clipped - 31 lines]
>>> Sum (in the FORM footer) always worked for me so you must be
>>> doing something unusual.