W
WDSnews
At this point I'm feeling pretty comfortable with sub-forms and
sub-sub-forms. But in this case, I want a parent form with side-by-side
lists. The left list could be an ordinary sub-form or child table. The
right list should be the grandchild table. In other words, as I navigate up
and down the child items on the left, how can I see the child of the child
items on the right?
For a library, I have a 'Titles' form. For any [Title].[ID], we have
several books, each with its own barcode [book].[barcode]. I'd like to see
the Title on the Parent form, each book in a child list on the left, and
each book's transactions on the right, [Transactions].[Transaction Type],
[Transactions].[People ID].
How do I make the grandchild action happen?
Parent = Title table
Child = Book table
Grandchild = Transactions table
sub-sub-forms. But in this case, I want a parent form with side-by-side
lists. The left list could be an ordinary sub-form or child table. The
right list should be the grandchild table. In other words, as I navigate up
and down the child items on the left, how can I see the child of the child
items on the right?
For a library, I have a 'Titles' form. For any [Title].[ID], we have
several books, each with its own barcode [book].[barcode]. I'd like to see
the Title on the Parent form, each book in a child list on the left, and
each book's transactions on the right, [Transactions].[Transaction Type],
[Transactions].[People ID].
How do I make the grandchild action happen?
Parent = Title table
Child = Book table
Grandchild = Transactions table