Hi Guys & Gals
Someone has just pointed out a fatal flaw with one of my table designs involving incident reporting.
Current Structure:
tblStudents
StudentID
StudentName
etc
tblIncidents
StudentID
IncidentID
IncidentType
etc
At present the StudentID is linked on tables which means that the users can report an incident involving a person. However if more than one person is involved then they would have to repeat the process.
My question is how would I go about having a single incidentID and multiple StudentIDs.
I am guessing I would need a one to many relationship in my design- but how would I go about setting this out on the form i.e. studentID2, studentID3???
Thanks
Swillsy
Someone has just pointed out a fatal flaw with one of my table designs involving incident reporting.
Current Structure:
tblStudents
StudentID
StudentName
etc
tblIncidents
StudentID
IncidentID
IncidentType
etc
At present the StudentID is linked on tables which means that the users can report an incident involving a person. However if more than one person is involved then they would have to repeat the process.
My question is how would I go about having a single incidentID and multiple StudentIDs.
I am guessing I would need a one to many relationship in my design- but how would I go about setting this out on the form i.e. studentID2, studentID3???
Thanks
Swillsy