OK I have tried every syntax i can think of and am still receiving an #Error with a null value... Please help
Ok I have a table (tblAdjustments)
AdjustmentID
Description
AdjustmentCost
from this is created a subform.. in the footer have a calculated text box
txtTotalAdjustments
Control Source =Sum([AdjustmentCost])
This works great.. if a parent has adjustments with values.
However, am trying to call the Calculated Text Box into my main form... again works fine with values.. win a record returns zero adjustments. comes back with error..
AM i clear enough.. what am I doing wrong.. please help..
Thanks
jeff
Ok I have a table (tblAdjustments)
AdjustmentID
Description
AdjustmentCost
from this is created a subform.. in the footer have a calculated text box
txtTotalAdjustments
Control Source =Sum([AdjustmentCost])
This works great.. if a parent has adjustments with values.
However, am trying to call the Calculated Text Box into my main form... again works fine with values.. win a record returns zero adjustments. comes back with error..
AM i clear enough.. what am I doing wrong.. please help..
Thanks
jeff