debbiecarvery
MIS
Hi,
I would like to add a field to a report that calculates a bonus.
If the employee has between 1000 and 1499 points they get $8.00
If the employee has between 1500 and 1999 points they get $12.00
and if the empoyee has over 2000 points the get $16.00.
Here is what I tried entering in my expression builder
=IIf([Sum Of Total Points] Between "1000" And "1499","8","0"
Or ([Sum of Total Points] Between "1500" And "1999","12","0"
Or ([Sum of Total Points]>"2000","16","0"
...it is not working can someone help me out as to what I am doing wrong ?
Thanks,
Debbie
I would like to add a field to a report that calculates a bonus.
If the employee has between 1000 and 1499 points they get $8.00
If the employee has between 1500 and 1999 points they get $12.00
and if the empoyee has over 2000 points the get $16.00.
Here is what I tried entering in my expression builder
=IIf([Sum Of Total Points] Between "1000" And "1499","8","0"
...it is not working can someone help me out as to what I am doing wrong ?
Thanks,
Debbie