Works for me too.. post #20 shows no other values entered apart from the subjects in the combo. Would you expect that to work?
On another note: while you have found a way to add courses as a multi-value field, that is not a recommended method for longer-term / robust storing of the data. You will not for instance be able to extend your application to easily recognise students enrolled in the 2025 course in Physics or the 2024 course. Perhaps this is only a small picture of your app. However you do need to consider how to strucutre the data you wish to capture using the principles of database normalisation.
On another note: while you have found a way to add courses as a multi-value field, that is not a recommended method for longer-term / robust storing of the data. You will not for instance be able to extend your application to easily recognise students enrolled in the 2025 course in Physics or the 2024 course. Perhaps this is only a small picture of your app. However you do need to consider how to strucutre the data you wish to capture using the principles of database normalisation.