Hi:
I have two tables Students and Classes that are joined together by a inner table Student And Class (many to many relationship). I want the user to be able to check a check box called Inactive in the Class table to deactivate a class once this happens I want the check box called enrolled in the students table to be unchecked automatically if the student was in that class.
I currently have a form set up in datasheet view that just has the class table on it that allows the user to Inactivate the classes. Can I some how using VB have all the students that are enrolled in the class check box unchecked once the class in inactive? I tried using the Students and Classes table, but I don't want the user to have to uncheck maunally all instances for every student in the class.
Thanks
I have two tables Students and Classes that are joined together by a inner table Student And Class (many to many relationship). I want the user to be able to check a check box called Inactive in the Class table to deactivate a class once this happens I want the check box called enrolled in the students table to be unchecked automatically if the student was in that class.
I currently have a form set up in datasheet view that just has the class table on it that allows the user to Inactivate the classes. Can I some how using VB have all the students that are enrolled in the class check box unchecked once the class in inactive? I tried using the Students and Classes table, but I don't want the user to have to uncheck maunally all instances for every student in the class.
Thanks