In a scoring system for events a candidate can choose one of a list of events, each having its own set of criteria which the candidate read and score individually. The exercise over a period of time is to build up a set of scoring averages for each criterion in each event. An individual candidate's score set could then be compared with the running averages for his chosen event.
My simple approach was for a candidate to choose an event on a main form, then a subform would show the specific criteria details for that event on separate pages, using the EventID as link field. The candidate would start at the first criterion, evaluate it, add a score on this page and move to the next criterion. I could then extract all scores for this candidate.
But the form wouldn't be reusable because another candidate choosing the same event would see the previous candidate's criteria scores unless they were automatically deleted. Clearly messy.
My difficulty is that I'm using the EventID to link to the criteria pages but want scores for each criterion to be linked to the CandidateID on the main form.
I'm clearly approaching it wrongly so any thoughts would be appreciated.