I am designing a database that is going to be used to record student marks in a school. Due to the large number of students I was forced to create cascading combo boxes which would only show the corresponding students when a class is selected. My problem is that I need that selected Student Name and ID to be written to the Grades table as soon as the user clicks on a particular name. Therefore I am trying to create a trigger that would help me to do this. Can anyone outline how this can be done.
Thanks in advance
Thanks in advance