jonstheone
IS-IT--Management
There may be no one answer to this but I'm asking for advice on how best to implement a form which allows entry of a many to many relationship
In the attached database I have 2 tables, Individuals and Schemes - this is used to register people (Individuals) on a sports course (Scheme), the pk for each being an ID. Linking the 2 is a IndividualAttendance table, the pk being a composite of the IDs and the date a person attended (since a scheme occurence cannot run twice in one day)
When each scheme occurence runs registers of attendees are collected. What the form needs to do is to allow the scheme and the individual to be selected by name and the date the individual attended to be entered - the individual and scheme details are changed on other forms
In the attached database I have 2 tables, Individuals and Schemes - this is used to register people (Individuals) on a sports course (Scheme), the pk for each being an ID. Linking the 2 is a IndividualAttendance table, the pk being a composite of the IDs and the date a person attended (since a scheme occurence cannot run twice in one day)
When each scheme occurence runs registers of attendees are collected. What the form needs to do is to allow the scheme and the individual to be selected by name and the date the individual attended to be entered - the individual and scheme details are changed on other forms