How to display child records [message #1022] |
Wed, 01 August 2007 14:12 |
adamsp
Messages: 32 Registered: July 2007
|
Member |
|
|
My database has Grants (research studies) with associated Staff...one-to-many relationship. I can list my Grants using a List1 pattern (all ok).
Desired behavior: Put a button on the Navigation bar "Staff" that, when selected will list all the staff for the selected grant.
I setup the relations from Grants to Grant_Staff and generated a List2 task on the Grant_Staff table with links to Grants. I think this should list the staff I want. I now have a task with the ID "div_grant_staff(list2)". How do I get this on the Navigation Bar when displaying the list of Grants (task name for this is "div_grants(list1)"?
Am I approaching this correctly?
|
|
|
|
|