I have a subform which refers values to controls on a form on which I have a calculated field -
originally I used CalculatedField Type then I changed it to txtBox with Number as Type
Control Source =[field1]+[field2]+[field3] Now the calculated field does not show anything until all the controls have an entry. Sometimes (most times) not all will have entries. I put a form refresh on the main form but still no value. So then I did Me.Recalc on the AfterUpdate of the Main Forms Controls Then I did Me.DelTotal.Recalc And a refresh button in the subform, just nothing until all the controls in DelTotal Control Source hav an entry????
Any clues anyone