B
Bob Waggoner
I have a parent form (FrmQSRecord) with 85 records. I have a child form
(frmQSDetail) that is linked to the parent form. Users will fill in the child
form as they click through the 85 records. The parent form is not updated,
the child form is.
I have a subform that links the two tables together in the record source and
displays all records so users can see which ones they have done (or missed).
I’d like to be able to have the users click a record in the subform and that
event loads that specific record in the parent form. The subform is a
continuous form. The recordID on the continuous form matches the recordID
that would be loaded.
What code allows me to do this? I don’t even begin to know where to look for
help.
tblQSRecord Contains RecordID
tblQSDetail Contains RecordID as foreign key
Parent form = tblQSRecord
Child form = tblQSDetail
Continuous subform = tblQSRecord + tblQsDetail
(frmQSDetail) that is linked to the parent form. Users will fill in the child
form as they click through the 85 records. The parent form is not updated,
the child form is.
I have a subform that links the two tables together in the record source and
displays all records so users can see which ones they have done (or missed).
I’d like to be able to have the users click a record in the subform and that
event loads that specific record in the parent form. The subform is a
continuous form. The recordID on the continuous form matches the recordID
that would be loaded.
What code allows me to do this? I don’t even begin to know where to look for
help.
tblQSRecord Contains RecordID
tblQSDetail Contains RecordID as foreign key
Parent form = tblQSRecord
Child form = tblQSDetail
Continuous subform = tblQSRecord + tblQsDetail