Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - STEVENDISHA

2
Questions / Master Child Records
I have created below tables:
TableName: StudentData
Filed Names:
StudentID (AUTO INT)
FullName
MobileNumber
EmailID
Address

TableName: Grades
Filed Names:
GradeID (AUTO INT)
StudentID (INT)
MathGrade
PhysicsGrade
ScienceGrade

StudentData table is my Master table and Grades is my child table. I have set relation on StudentID field. I am able to add record in StudentData table but when I add data in Grades table using relation the StudentID field of Grades automatically appears 0 and it does not shows under StudentData table as child record

Please help