Hi I have two tables and I think the relationships are correct however things aren't happening the way I was hoping. I have three tables
TblStudent
StudentID PK
LName
FName
TblStudentAssignment
Score
StudentID PK
AssignmentID PK
TblAssignment
AssignmentID PK
AssignmentDate
AssignmentSubject
AssignmentName
I would Like to create and add assignments in (1 form) and then in a (2nd) form List all the sudents and just add the score for the particular shown assignment...
It sounds easy enough but its not working.........
Is this a form problem or a relationship problem??? Thanks for any help you can offer - Todd
TblStudent
StudentID PK
LName
FName
TblStudentAssignment
Score
StudentID PK
AssignmentID PK
TblAssignment
AssignmentID PK
AssignmentDate
AssignmentSubject
AssignmentName
I would Like to create and add assignments in (1 form) and then in a (2nd) form List all the sudents and just add the score for the particular shown assignment...
It sounds easy enough but its not working.........
Is this a form problem or a relationship problem??? Thanks for any help you can offer - Todd