K
Kurt
Here is a link to the relationships window for a database
used to keep track of patients who are enrolled in one or
more studies.
http://members.cox.net/kheisler6/Studies.jpg
A patient can be enrolled in more than one study. A study
can have more than one patient. (Many-to-Many)
Subjects will need to show up for any number of visits
for each study they're enrolled in. For example, Joe is
enrolled in the Milk study and the Flu study. He may have
4 visits for the Milk Study, and 3 visits for the Flu
study.
To simplify things, let's assume that the only thing to
record for each visit, for each subject, is: Visit Date
and Visit Outcome (e.g., no show, cancelled, completed).
But this visit information needs to be related to *that
particular patient* for *that particular study*.
(To visualize it on a form, imagine you are on Joe's
record on the Patients form. A datasheet subform would
have two records, showing that Joe is in the Milk and Flu
studies. You would click on the Milk record, and then
enter visit information - e.g., on another subform linked
to the studies subform - for Joe's visit.)
In my current relationship window, the visit information
is related only to the studies, but not the patients. How
should I restructure things?
Thanks.
used to keep track of patients who are enrolled in one or
more studies.
http://members.cox.net/kheisler6/Studies.jpg
A patient can be enrolled in more than one study. A study
can have more than one patient. (Many-to-Many)
Subjects will need to show up for any number of visits
for each study they're enrolled in. For example, Joe is
enrolled in the Milk study and the Flu study. He may have
4 visits for the Milk Study, and 3 visits for the Flu
study.
To simplify things, let's assume that the only thing to
record for each visit, for each subject, is: Visit Date
and Visit Outcome (e.g., no show, cancelled, completed).
But this visit information needs to be related to *that
particular patient* for *that particular study*.
(To visualize it on a form, imagine you are on Joe's
record on the Patients form. A datasheet subform would
have two records, showing that Joe is in the Milk and Flu
studies. You would click on the Milk record, and then
enter visit information - e.g., on another subform linked
to the studies subform - for Joe's visit.)
In my current relationship window, the visit information
is related only to the studies, but not the patients. How
should I restructure things?
Thanks.