D
David
I have three tables, lets call them A, B and C. A to B is
one-to-many and B to C is one-to-many.
I have a tabbed form (representing a selected table A
record) to do updates to A and B. The update to B is done
via a scrolling subform.
Now I want to create a subform on a new tab for viewing of
table C records relating to the table A record. There is
not a direct relation, they are related via table B.
I want this subform to show all table C records related to
table A via table B. No updates will be possible, this
will be viewing only.
What is the easiest way to do this?
one-to-many and B to C is one-to-many.
I have a tabbed form (representing a selected table A
record) to do updates to A and B. The update to B is done
via a scrolling subform.
Now I want to create a subform on a new tab for viewing of
table C records relating to the table A record. There is
not a direct relation, they are related via table B.
I want this subform to show all table C records related to
table A via table B. No updates will be possible, this
will be viewing only.
What is the easiest way to do this?