A
Ayo
I have 3 txetboxes with formulars in them
txtExtendedPrice: "=Qty*UnitPrice"
txtATTExtendedPrice: "=Qty*ATTUnitPrice"
txtFundingVariance: "=txtATTExtendedPrice-txtExtendedPrice"
txtFundingVariance only works when there are values in txtExtendedPrice and
xtATTExtendedPrice, otherwise, it doesn't show any thing at all. For
instance, if txtExtendedPrice=$2300 and txtATTExtendedPrice=nothing then
xtFundingVariance=nothing instead of ($2300).
Is there something I am doing wrong? Any help will be greatly appreciated.
Thanks.
txtExtendedPrice: "=Qty*UnitPrice"
txtATTExtendedPrice: "=Qty*ATTUnitPrice"
txtFundingVariance: "=txtATTExtendedPrice-txtExtendedPrice"
txtFundingVariance only works when there are values in txtExtendedPrice and
xtATTExtendedPrice, otherwise, it doesn't show any thing at all. For
instance, if txtExtendedPrice=$2300 and txtATTExtendedPrice=nothing then
xtFundingVariance=nothing instead of ($2300).
Is there something I am doing wrong? Any help will be greatly appreciated.
Thanks.