Hi,
Another thing which I can't get my head around really.
Basically I'm trying to create a link so that when I create a new record within one of the tables I can select values from the other table which that record is related to within a form.
i.e.
I have two tables, tbl_Evidence and tbl_Reference linked by a junction table (tbl_EvidenceRe f) which has enforced referential integrity. If I add a new record within tbl_Reference on the form how could I go about choosing the pieces of evidence from tbl_Evidence that relate to the new reference and vice-versa?
I want this to happen in a user-friendly way on a form
Leigh
Another thing which I can't get my head around really.
Basically I'm trying to create a link so that when I create a new record within one of the tables I can select values from the other table which that record is related to within a form.
i.e.
I have two tables, tbl_Evidence and tbl_Reference linked by a junction table (tbl_EvidenceRe f) which has enforced referential integrity. If I add a new record within tbl_Reference on the form how could I go about choosing the pieces of evidence from tbl_Evidence that relate to the new reference and vice-versa?
I want this to happen in a user-friendly way on a form
Leigh
Comment