T
Totti
Hi everyone,
I am wondering how can i get the average of each row of grades from a
database (M$ACCESS) and display it in a TextBox
i Have Data such as
---Student----Pro1--Pro2--Pro3--Pro4--Pro5--Ex1--Ex2--Fin--Avg--Let
' 999999006 '' 82 '' 90 '' 83 '' 78 '' 45 '' 100 '' 78 ''
65 '
' 999999034 '' 89 '' 90 '' 100 '' 89 '' 76 '' 89 '' 73 '' 56 '
' 999999041 '' 56 '' 76 '' 78 '' 89 '' 100 '' 89 '' 78 '' 78 '
' 999999042 '' 100 '' 120 '' 130 '' 100 '' 99 '' 99 '' 99 '' 100 '
I need to find the Average of these students for the whole semester
and display it under Avg, this should be done through VB not Access,
and then find and display the letter Grade for the Avg (A+;A-;B...)
These grades are not of the same weight, like projects are 10% of Avg,
exams are 20% etc.
what i have done so far is fetch the data and display it in the
textbox, i am left with finding the AVG and The Letter Grade for
ranges of Grades, Would anyone please assist me?
Thanks in advance
I am wondering how can i get the average of each row of grades from a
database (M$ACCESS) and display it in a TextBox
i Have Data such as
---Student----Pro1--Pro2--Pro3--Pro4--Pro5--Ex1--Ex2--Fin--Avg--Let
' 999999006 '' 82 '' 90 '' 83 '' 78 '' 45 '' 100 '' 78 ''
65 '
' 999999034 '' 89 '' 90 '' 100 '' 89 '' 76 '' 89 '' 73 '' 56 '
' 999999041 '' 56 '' 76 '' 78 '' 89 '' 100 '' 89 '' 78 '' 78 '
' 999999042 '' 100 '' 120 '' 130 '' 100 '' 99 '' 99 '' 99 '' 100 '
I need to find the Average of these students for the whole semester
and display it under Avg, this should be done through VB not Access,
and then find and display the letter Grade for the Avg (A+;A-;B...)
These grades are not of the same weight, like projects are 10% of Avg,
exams are 20% etc.
what i have done so far is fetch the data and display it in the
textbox, i am left with finding the AVG and The Letter Grade for
ranges of Grades, Would anyone please assist me?
Thanks in advance