Afi83 0 Light Poster

Hi experts
I have a problem for data entry to grid like control. I have a relational database part of my data is for entering grades for each student. (I have a tables with student, courseStuJunc and course names). I want to make query with sql and show only the first name and last name of each student and also the empty grade field for entering grades of student in data grid and updating the values in my database.
Now i use a text box for entering grades to my database with doing this the user can't see what grades he updated to database.

Is there any way to do something like this?

Thanks in advance