I have a field that calculates a total on the subform. This field is in the footer of subform and is named txt14.
=Val(Forms![sbfOrderDetails]!Price*[Quanity])
I would like for a field in the main form footer to copy the amount in txt14. I tryed = txt 14 and Val txt 14 and neither work. Please help. Thank you