...below:
txtAFee1Total
CmpdF2P
CmpdF2LS
Heres where i'm at now: =IIf(nz([CmpdF2LS],0)=0 and nz([CmpdF2P],0)=0,0,IIf(nz([CmpdF2LS],0)=0,[CmpdF2P]*[txtAFee1Total],[CmpdF2LS]))
In plain english though, i want "0" to appear if both CmpdF2P and CmpdF2LS are null - otherwise, if CmpdF2LS is null...