Mrsostrich
Registered User.
- Local time
- Today, 08:57
- Joined
- Sep 28, 2002
- Messages
- 21
I have a report in which I total points for each pupil by using =sum([Points])
I now want to use that total to predict a grade using the following rules:
below 10 = U
10-18 = E
19 - 27 = D
28 - 26 = C
37 - 46 = A
Can I do it on the report? I've tried using switch, but seem to be having difficulties, which may just be syntax. Any other suggestions?
Thanks in advance
I now want to use that total to predict a grade using the following rules:
below 10 = U
10-18 = E
19 - 27 = D
28 - 26 = C
37 - 46 = A
Can I do it on the report? I've tried using switch, but seem to be having difficulties, which may just be syntax. Any other suggestions?
Thanks in advance