I off to the ski slopes now so will be slow to respond for a while, but here is my suggestions. You will need there tables.
Contacts
Exam Masters - this will hold the basic description of the Exam, so ~60 records.
Locations - a table of the locations where Examinations might be held, so 1 record per different location name/address.
Scheduled Exams - this represents a particular instance of an Examination being run at a particular Location at a particular time.
Scheduled Exam Contacts - this represents a Contact taking an example, this would also hold their score.
Here are the relationships
One Exam Master < Scheduled Exams (that notation < means that 1 Exam has many Scheduled Exams.)
One Contact < Scheduled Exam Contacts (so the Scheduled Exam Contacts is the many to many join table between Contacts and Scheduled Exams.)
One Location < Scheduled Exams
The contact record will have an embedded report link on the Form showing the Scheduled Exam Contacts (ie what exams they took).
The Scheduled Exam will have an embedded report link on the form of the Scheduled Exam Contacts (ie who attended at that Scheduled Exam)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------