How can look up a value in access if I have a table (GPA) with all the
endpoints. Below, is the exact table. For example, if someones grade
averaged to a 2.43, since the 2.43 lies within the 2.33-2.67 interval,
then the letter grade would be a B-. Please help!!!!
GPA Letter_Grade
0 F
0.33 D-
0.67 D
1 D+
1.33 C-
1.67 C
2 C+
2.33 B-
2.67 B
3 B+
3.33 A-
3.67 A
4 A+
I understand I could us an if statement of some sort but there are too
many intervals.
Thanks
endpoints. Below, is the exact table. For example, if someones grade
averaged to a 2.43, since the 2.43 lies within the 2.33-2.67 interval,
then the letter grade would be a B-. Please help!!!!
GPA Letter_Grade
0 F
0.33 D-
0.67 D
1 D+
1.33 C-
1.67 C
2 C+
2.33 B-
2.67 B
3 B+
3.33 A-
3.67 A
4 A+
I understand I could us an if statement of some sort but there are too
many intervals.
Thanks
Comment