S
sarajane_d
Hello,
I have a database with patient information in it. Each patient may have
several visits, has several tests, each test comes from several test
kits, and each test kit has many tests. Currently I have a form set up
with tab pages for each type of patient information. On the Tests tab
page, I want to be able to select a test kit, and have all the test
names associated with that test kit to appear as individual records on
a subform, where I can enter the test details (like result, time...). I
would like the subform field "TestName" to be populated with the test
names from multiple tests. (So I can select Kit A, Kit B and Kit C, and
have all the tests associated appear. I was trying to do this with an
append query, but it would not repopulate the test names in additional
patient records. Can someone please help?
My tables are as follows:
tblPatientID: pkPatientID
tbl Visit: pkVisitID; patientID; KitID
tbl KitTestJxn: pkKitID; TestID
tbl Test: pkTestID;ResultID
tblResultkResultID
I may need some help with the relationships too.
I have a database with patient information in it. Each patient may have
several visits, has several tests, each test comes from several test
kits, and each test kit has many tests. Currently I have a form set up
with tab pages for each type of patient information. On the Tests tab
page, I want to be able to select a test kit, and have all the test
names associated with that test kit to appear as individual records on
a subform, where I can enter the test details (like result, time...). I
would like the subform field "TestName" to be populated with the test
names from multiple tests. (So I can select Kit A, Kit B and Kit C, and
have all the tests associated appear. I was trying to do this with an
append query, but it would not repopulate the test names in additional
patient records. Can someone please help?
My tables are as follows:
tblPatientID: pkPatientID
tbl Visit: pkVisitID; patientID; KitID
tbl KitTestJxn: pkKitID; TestID
tbl Test: pkTestID;ResultID
tblResultkResultID
I may need some help with the relationships too.