anyway
you need to amend the tdf (tabledef) for each table, and then apply commands as appropriate
dim fld as field
set fld = tdf.createfield(name,type)
tdf.fields.append fld
As you have tabnles for each student, you need to do this for each student. As others have said, it would have made much more sense to have a single table for all students.
if you have a split dbs its a bit more code, as you will need to open the back end from the front end to add the fields