Forum Discussion
Tony2021
May 07, 2022Steel 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 08, 2022Steel 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)
Tony2021
May 08, 2022Steel Contributor
Hi Arnel,
thanks. I seem to have a #Name.
It has something to do with this part:
Nz([subfrmFXRollsChild].[Form]![txtAmountRoll], 0)
I know its this part since I removed all else and get the #Name.
I checked the names and they are correct.
Why do you think I still get a #name?
thank you very much.
- leg034bcpsorgMay 08, 2022Copper Contributor
Laila Gibson Leah Francesca and Laila