Subform backward

G

Gargamil

I have a subform on a form that contains the results of a test and spaces
for the user to enter a diagnosis and evaluation codes - Call this Level2.
This subform has a subform which shows a tabulated display of all the tests
on this component - call this one Level3. The two are linked by the
ComponentID. They are both the same data from the same table, one showing
the detail of the current record the other tabulated for all records.

My problem is that if I select a result on L3 that's not the first record in
the list, the results at L2 don't update to reflect this. Now I think this
is due to the fact that typically the data should change in L3 base upon L2
but I want to do it the other way around - view the tabulated results of all
tests and have the details shown for the selected test only in the L2 form.

Basically how can I update the L2 form based upon the selected L3 record??

g
 
Top