I have a database that I use to track operator productivity. I am attaching a snapshot of one of the reports. I need help with calculating the rating on the fly.
I want to have the rating calculated and placed in the blank box below daily productivity. This is basically a lookup. If the below table represented the ratings scale, the value of 3.5 would be placed in the blank box.
productivity | rating |
1 | 1 |
1250 | 1.5 |
1500 | 2.0 |
1750 | 2.5 |
2000 | 3.0 |
2250 | 3.5 |
2500 | 4 |
2750 | 4.5 |
3000 | 5.0 |
Any suggestions on how to accomplish this. I know how to do a vlookup in Excel, but am drawing a blank on how to accomplish this in Access. Just a side note, but the ratings scale needs to be easily available as the scale could change as often as monthly.
Thanks in advance for any help.