I have a parent form with a one to many relationship to a subform. The parent form has an unbound text box that is recalculated via the Control Source of the object (we'll call it TB1). The Subform has a Qty (QTY) value and I want to recalculate another subform field (SFF1) based on whether a change occurs in TB1 or QTY. If the change occurs on TB1 it should recalc all the records of the subform. If the change occurs on QTY it need only recalc the one line of the subform
I have tried .Recalc and .Requery with little to no luck. Anyone done something similar? The subform could have 1 to many children records.
I have vba code in the subform to recalculate the fields by clicking on the each line of the subform. This is not a desired workaround.
Thanks,
Gremmel
EDIT: BTW, I am working in 2013/2010
I have tried .Recalc and .Requery with little to no luck. Anyone done something similar? The subform could have 1 to many children records.
I have vba code in the subform to recalculate the fields by clicking on the each line of the subform. This is not a desired workaround.
Thanks,
Gremmel
EDIT: BTW, I am working in 2013/2010