T
Ted
the ingredients of my situation consist in three tables
a) Audit Reports (parent): PK = "IRB Number"
b) Evaluations: PK = "IRB Number" and "Date of Audit"
c) Patients: PK = "IRB Number", "MedRecNum" and "Date of Audit" (where
medrecnum means patient's medical record number
my relationships have a one to many between 'a' and 'b' linked via "IRB
Number" and a one to many between 'a' and 'c' linked via "IRB Number" as well.
i have created a form called "Audit Reports" having the source table 'a'
onto which i slapped two sub-forms called "Evaluations" and "Patients" having
the source tables 'b' and 'c' respectively.
does this seem 'OK'?
it doesn't seem to be working quite yet---by which i mean when i add data
into all three forms, close it and then re-enter, the 'Audit Reports' form
opens in add record mode and won't let me see what's already been entered?
this seems definitely screwy and i've spent too much time going around in
circles trying to puzzle it out so i'm hoping the answer's 'obvious' to
someone willing to share their expertise w/ me.
IRB number refers to a medical experiment which can have lots of patients on
it (each one being uniqeuly identified by a hospital med record number; sort
of like the social security number) whose date are assembled into folders
(having their med rec number) over time (possibly lasting years). during the
life of the experiment auditors will pop up from time to time and randomly
select med record numbers (folders) to pour through. when they do corresponds
with the Date of Audit.
so records in the Audit Report table uniquely identify each medical
experiment (IRB number).
records in the Evaluation table uniquely identify the Dates of Audit
performed for each IRB number.
records in the Patients table uniquely identify each patient (med record
number) whose folder was audited on that particular Date of Audit in that
particular med experiment (IRB number).
-ted
a) Audit Reports (parent): PK = "IRB Number"
b) Evaluations: PK = "IRB Number" and "Date of Audit"
c) Patients: PK = "IRB Number", "MedRecNum" and "Date of Audit" (where
medrecnum means patient's medical record number
my relationships have a one to many between 'a' and 'b' linked via "IRB
Number" and a one to many between 'a' and 'c' linked via "IRB Number" as well.
i have created a form called "Audit Reports" having the source table 'a'
onto which i slapped two sub-forms called "Evaluations" and "Patients" having
the source tables 'b' and 'c' respectively.
does this seem 'OK'?
it doesn't seem to be working quite yet---by which i mean when i add data
into all three forms, close it and then re-enter, the 'Audit Reports' form
opens in add record mode and won't let me see what's already been entered?
this seems definitely screwy and i've spent too much time going around in
circles trying to puzzle it out so i'm hoping the answer's 'obvious' to
someone willing to share their expertise w/ me.
IRB number refers to a medical experiment which can have lots of patients on
it (each one being uniqeuly identified by a hospital med record number; sort
of like the social security number) whose date are assembled into folders
(having their med rec number) over time (possibly lasting years). during the
life of the experiment auditors will pop up from time to time and randomly
select med record numbers (folders) to pour through. when they do corresponds
with the Date of Audit.
so records in the Audit Report table uniquely identify each medical
experiment (IRB number).
records in the Evaluation table uniquely identify the Dates of Audit
performed for each IRB number.
records in the Patients table uniquely identify each patient (med record
number) whose folder was audited on that particular Date of Audit in that
particular med experiment (IRB number).
-ted