Storing more than one value for a given field in a record is not good method.
You better put field of study in separate table using the primary key of the first table(the one you are using now) as foreign key of the new table(containing fields of study). Now you can add a number of fields in this table for a give record in the first table. You can set relationship to display results ...
chew