G
Guest
Hi:
I have a query with the following fields
Emp#
Emp Name
Safe Hours Amount
I am trying to build a new field in my query with a "Nested IF" Statement
that will perform the following.
1. If "Safe Hours Amount" is >= 800 AND <=999, then "Safe Hours Amount" * .04
2. If "Safe Hours Amount" is >= 1000 AND <=1199, then "Safe Hours Amount" *
..05
3. If "Safe Hours Amount" is >= 1200 AND <=1399, then "Safe Hours Amount" *
..06
4. If "Safe Hours Amount" is >= 1400 AND <=1599, then "Safe Hours Amount" *
..07
5. If "Safe Hours Amount" is >= 1600, then "Safe Hours Amount" * .08
Can anyone help with creating this statement
Thanks
W
I have a query with the following fields
Emp#
Emp Name
Safe Hours Amount
I am trying to build a new field in my query with a "Nested IF" Statement
that will perform the following.
1. If "Safe Hours Amount" is >= 800 AND <=999, then "Safe Hours Amount" * .04
2. If "Safe Hours Amount" is >= 1000 AND <=1199, then "Safe Hours Amount" *
..05
3. If "Safe Hours Amount" is >= 1200 AND <=1399, then "Safe Hours Amount" *
..06
4. If "Safe Hours Amount" is >= 1400 AND <=1599, then "Safe Hours Amount" *
..07
5. If "Safe Hours Amount" is >= 1600, then "Safe Hours Amount" * .08
Can anyone help with creating this statement
Thanks
W