C
cooke.christopher
I am mapping the interaction between a large list of research
activities. I have the table StateActivities which contains the data
of interest here. Each of these activities could be linked to any
number of the other activities in the same table.
I know this is a simple problem but I can't crack it:
In my main data form, I view each activity and need a subform where I
select the related activities. It seemed simple enough to use a join
table to list each pair: two columns, one for each ID. The trouble is
this: While viewing the record Activity # 7, I can link it to #'s 3, 6
and 9. But then, when viewing say Activity #9, I don't see the
already created relationship with #7 because the subform is looking
for #9 in the first column of the join table only. I need it to look
at both columns and show me the full list of relationships.
Another way of saying it that the relationships flow both ways, it
doesn't really matter which column the reference ID is stored I need
to see it.
activities. I have the table StateActivities which contains the data
of interest here. Each of these activities could be linked to any
number of the other activities in the same table.
I know this is a simple problem but I can't crack it:
In my main data form, I view each activity and need a subform where I
select the related activities. It seemed simple enough to use a join
table to list each pair: two columns, one for each ID. The trouble is
this: While viewing the record Activity # 7, I can link it to #'s 3, 6
and 9. But then, when viewing say Activity #9, I don't see the
already created relationship with #7 because the subform is looking
for #9 in the first column of the join table only. I need it to look
at both columns and show me the full list of relationships.
Another way of saying it that the relationships flow both ways, it
doesn't really matter which column the reference ID is stored I need
to see it.