Forum Discussion
Tony2021
May 07, 2022Iron Contributor
Reference a field in Footer of Unbound Form
Hello Experts, Hello Experts, I have an unbound form named frmFXTracker I have a unbound field named txtAmountRoll in the footer of this unbound form. I also have a subform in the footer of f...
arnel_gp
May 07, 2022Iron Contributor
you can use the Base Expression and use it on your Calculation:
=Nz([subfrmFXRollsChild].[Form]![txtAmountRoll], 0) * IIF(IsNull([txtFWPts]), 0, [txtFWPts] / 10000)
=Nz([subfrmFXRollsChild].[Form]![txtAmountRoll], 0) * IIF(IsNull([txtFWPts]), 0, [txtFWPts] / 10000)
leg034bcpsorg
May 08, 2022Copper Contributor
(US)
puede usar la expresión base y usarla en su cálculo:
=Nz(
puede usar la expresión base y usarla en su cálculo:
=Nz(