How do you concisely reference a repeating subform? I need to retrieve a
value from a field in repeating subform within a repeating subform
without explicitly referencing each field. Please provide a FormCalc
sample if possible. Fyi, I have read a million for/if loop and
resolveNode threads but still don't get it. The abreviated code is below
but goes on forever... Thank you in advance for being so smart and
helpful.if(PartNo==110) then
Item1=sfQtMaster.sfQuote[0].sfDetail[0].sfPrice.Item1 //Quo...