I am trying to the following but it stops priot to completion:
At line 3 it checks that Forms!frmOverTi me!YearsInRank is greater then 1 and stops there and fils the dtat under line 4 in my form. It is not continuing to check if it is equal to 2 and less then 3 and continuing on if it is. What am I doing wrong?????
Thanks
Code:
...... Case rs!Rank = "6" And Forms!frmOverTime!YearsInRank < 1 stRateOfPay = "Ptlm1" Case rs!Rank = "6" And Forms!frmOverTime!YearsInRank > 1 = 2 < 3 stRateOfPay = "Ptlm2" ..........
Thanks
Comment