A
Alex
Dear All,
I have a Query in which you can find a columns with numbers, from 30 to 100,
I want these numbers to be converted in to letters (A, B, C, D, E, F)
according to this,
100 : 95 => A*
94 : 85 ==> A
84 : 75 ==> B
74 : 65 ==> C
64 : 55 ==> D
54 : 50 ==> E
49 : 30 ==> F
0 ==> N/A
The letters should appear on a report.
I tried to use (http://www.mvps.org/access/modules/mdl0001.htm) but it was a
little bit difficult to know all the combination of numbers especially that
I might have some fraction 84.3 so maybe someone can help me with it.
Thanks
Alex
I have a Query in which you can find a columns with numbers, from 30 to 100,
I want these numbers to be converted in to letters (A, B, C, D, E, F)
according to this,
100 : 95 => A*
94 : 85 ==> A
84 : 75 ==> B
74 : 65 ==> C
64 : 55 ==> D
54 : 50 ==> E
49 : 30 ==> F
0 ==> N/A
The letters should appear on a report.
I tried to use (http://www.mvps.org/access/modules/mdl0001.htm) but it was a
little bit difficult to know all the combination of numbers especially that
I might have some fraction 84.3 so maybe someone can help me with it.
Thanks
Alex