Hi, I am trying to create a form that will update a database of school tests with checkboxs.
Basically, i have a textbox for a student id, a combobox with the subjects in it, and a datagridview with the tests of the selected subject.(There are about ten subects with about ten tests each).
What i want to happen is when you put in an id number, it should bring up all the tests the student passed in each subject in the datagridview. So when you select a subject it will load the datagridview with the tests (in a checkbox format) (with the tests he already passed checked) so you can click and add tests and then save it to the db.
I hope you understand what i am trying to accomplish, bec. i am a noob trying to learn new things.
Thanks for any help!