G
Guest
I have a query that has the following statement
35 DN Bonus: IIf([Dnpmt Perc Of Total]>=0.35 And [Dnpmt Perc Of
Total]<1,[35% Down Bonus]![Total 35% DN Bonus],0)
This works fine if the total in [35% Down Bonus]![Total 35% DN Bonus] has a
value. But when it is equal to or greater than .35 and has a zero value, I
just get blank results.
Some one suggested a nested IIf statement and I have tried several that
don't work at all.
Does anyone have any suggestions on how to write this?
35 DN Bonus: IIf([Dnpmt Perc Of Total]>=0.35 And [Dnpmt Perc Of
Total]<1,[35% Down Bonus]![Total 35% DN Bonus],0)
This works fine if the total in [35% Down Bonus]![Total 35% DN Bonus] has a
value. But when it is equal to or greater than .35 and has a zero value, I
just get blank results.
Some one suggested a nested IIf statement and I have tried several that
don't work at all.
Does anyone have any suggestions on how to write this?