R
reno.04
Hi all
I need to develop database for monitoring/recording student behaviour
can anyone suggest a PK for incident table because Autonumber wont link to
student table
ie I have;
Student (student_ID, FirstName,Surname,address,subject_Code#)
Subject (subject_Code, Subject name, Period, room)
and
Incident( __________ , date, time, description,
Action(___________ , dateofAction, description, resultofAction)
now
1 student can have many incidents
many incidents may be done by many students
many incidents can have many actions
but access say that i cant link student to incident_ID if it is autonumber
same for incident to action
any ideas
I need to develop database for monitoring/recording student behaviour
can anyone suggest a PK for incident table because Autonumber wont link to
student table
ie I have;
Student (student_ID, FirstName,Surname,address,subject_Code#)
Subject (subject_Code, Subject name, Period, room)
and
Incident( __________ , date, time, description,
Action(___________ , dateofAction, description, resultofAction)
now
1 student can have many incidents
many incidents may be done by many students
many incidents can have many actions
but access say that i cant link student to incident_ID if it is autonumber
same for incident to action
any ideas