M
Mew
I have a form for student registration. All the fields are based on two
separate table. tblFamily and tblStudentsParticular.
Mother form:
frmFamily
FamilyID(Primary)
Address
Phone
Parent/Guardian'sName
etc
child form:
frmStudentsParticular
FamilyID(foreign)
StudentID(Primary)
NRIC/Passport
DOB
etc
I use a combo box to retrive data from the form for Parent/Guardian'sName.
Initially everything went smoothly. However, when I need to insert a new
student, whether with a new Family or from the current family, access will
always show an error. When I use the combo box, it does not retrive data any
more. However, when I change the subform to another record (family#2), all
the fields in mother form change together except Parent/Guardian'sName.
What should I do?
separate table. tblFamily and tblStudentsParticular.
Mother form:
frmFamily
FamilyID(Primary)
Address
Phone
Parent/Guardian'sName
etc
child form:
frmStudentsParticular
FamilyID(foreign)
StudentID(Primary)
NRIC/Passport
DOB
etc
I use a combo box to retrive data from the form for Parent/Guardian'sName.
Initially everything went smoothly. However, when I need to insert a new
student, whether with a new Family or from the current family, access will
always show an error. When I use the combo box, it does not retrive data any
more. However, when I change the subform to another record (family#2), all
the fields in mother form change together except Parent/Guardian'sName.
What should I do?