I have a form frmStudentExams. In the form the user will select the current semester from a drop-down list. I would like the value selected to affect another field, Course.
Course currently lists: Instructor Last Name, First Name (Course Name - Section) Semester
in a drop-down list.
I would like only the courses that fall in the previously selected semester to appear in the drop-down list to limit the length of the drop-down choices. How do I go about doing this?
Course currently lists: Instructor Last Name, First Name (Course Name - Section) Semester
in a drop-down list.
I would like only the courses that fall in the previously selected semester to appear in the drop-down list to limit the length of the drop-down choices. How do I go about doing this?