G
Guest
I have a multi tab subform. One tab, which is named "Bid Subform" has a
control, "CostTotal", which I wish to be a calculated total of a control,
"LineTotalCost", which is on another tab/subform named "BidLineItem
subform2". I have tried 2 expressions in the control source property of
"CostTotal" and gotten error messages:
=[BidLineItem subform2]![LineTotalCost]![Total] yielded the error - #Name?
=Sum([BidLineItem subform2]![LineTotalCost]) yielded the error - #Error
When I click to save the changes, the brackets around LineTotalCost and
anything thereafter vanish. I have tried other variations of the above
expressions, but these seem to be the closest to what I need and what I have
found in various help topics. Would there be another property affecting
this? Can anyone help?? Any suggestions are appreciated!
control, "CostTotal", which I wish to be a calculated total of a control,
"LineTotalCost", which is on another tab/subform named "BidLineItem
subform2". I have tried 2 expressions in the control source property of
"CostTotal" and gotten error messages:
=[BidLineItem subform2]![LineTotalCost]![Total] yielded the error - #Name?
=Sum([BidLineItem subform2]![LineTotalCost]) yielded the error - #Error
When I click to save the changes, the brackets around LineTotalCost and
anything thereafter vanish. I have tried other variations of the above
expressions, but these seem to be the closest to what I need and what I have
found in various help topics. Would there be another property affecting
this? Can anyone help?? Any suggestions are appreciated!