G
Guest
I have an expression for choosing whether to pay a commission stated as:
35 DN Bonus: IIf([Dnpmt Perc Of Total]>=0.35 And [Dnpmt Perc Of
Total]<1,[35% Down Bonus]![Total35% DN Bonus],0),
This works fine unless the total in the [Total 35% Dn Bonus] field is 0,
then it just returns a blank. How can I fix this problem
35 DN Bonus: IIf([Dnpmt Perc Of Total]>=0.35 And [Dnpmt Perc Of
Total]<1,[35% Down Bonus]![Total35% DN Bonus],0),
This works fine unless the total in the [Total 35% Dn Bonus] field is 0,
then it just returns a blank. How can I fix this problem