Normalize
Hi. Firstly I would Normalize (create seperate related tables for classes, employees etc...). You could then have a class allocation table (ClassID, EMPID), you could then query this table.
tblClasses (classID, ClassName etc....)
tblEmployess (EmployeeID, Firstname, Surname etc....)...