I am trying to create a form for data entry. It is purpose is to allow student to apply for multiple course as well as input their various qualifications. The list of subjects they can choose from is in the form of a drop down list. This is also the way they can choose the list of courses they wish to do. Currently the form only allows me to choose one subject or course. What i would like to know is there any way i can make the form allow for more that one course or subject to be selected based on the application number or the qualification ID.
The tables are as follows:
Application (ApplicationNO)
Qualification(QualificationID)
QualificationSubjects(QualificationID SubjectID)
ApplicationCourses (ApplicationNO CourseID)
The tables are as follows:
Application (ApplicationNO)
Qualification(QualificationID)
QualificationSubjects(QualificationID SubjectID)
ApplicationCourses (ApplicationNO CourseID)