How do I convert several ranges of number grades to Letter grades?

M

[MVP] S.Clark

I would make a table that holds the number of which letter grade represents.
Then, via a query, the translation could be made.
 
Top