This should be an easy one - just not for me I guess. I have Googled it but not finding the answer, or else it is not working for me for some reason. This is similar to a recent post of mine but slightly different:
I have a form (frmNewClaim) with a subform (frmClaimItems). The subform is for entering items and prices for each. I have a textbox on the subform that is used to enter a material price, it is called Value$. On the subform on the footer I have a calculated textbox (valsum) - =Sum([Value$]). On the main form I have a text box that I would like to display the value from the calculated control previously mentioned on the footer of the subform.
I tried this:
=[frmClaimItems].[Form]![valsum] But I just get the dreaded #NAME?
Tried a few other thing and had no success.
What do I need to do?
I have a form (frmNewClaim) with a subform (frmClaimItems). The subform is for entering items and prices for each. I have a textbox on the subform that is used to enter a material price, it is called Value$. On the subform on the footer I have a calculated textbox (valsum) - =Sum([Value$]). On the main form I have a text box that I would like to display the value from the calculated control previously mentioned on the footer of the subform.
I tried this:
=[frmClaimItems].[Form]![valsum] But I just get the dreaded #NAME?
Tried a few other thing and had no success.
What do I need to do?
Last edited: