halo friends, i have a problem with my program.
i use a ms access as a database with indonesian format,
i have a student table that contains 3 fields: student_id, student_course, student_score
the score is decimal
if i have a data like this:
student_id student_course student_score
---------------------------------------------------------------
001 Programmig 7,5
001 Algoritma 8,5
note, the student_score using comma.
when i want to show the sum of the student_score using Active Report,
the sum of student_score is 15. can u help me... please
i use a ms access as a database with indonesian format,
i have a student table that contains 3 fields: student_id, student_course, student_score
the score is decimal
if i have a data like this:
student_id student_course student_score
---------------------------------------------------------------
001 Programmig 7,5
001 Algoritma 8,5
note, the student_score using comma.
when i want to show the sum of the student_score using Active Report,
the sum of student_score is 15. can u help me... please
Comment