This topic is locked

Master Detail Relationship Layout

1/23/2013 4:33:05 AM
PHPRunner General questions
D
dannche author

Dear All,
With reference to my previous posting, here I am using the Master Detail relationship as per the sample given. I would like to know if there is a way for me NOT to show the Delegate Details in my Master_List page but instead showing expanded details as shown in the Green box.


I hope someone can shed some light on how to do this. I have been trying for the last 3 hours various ways to achieve my goal and to no avail <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=20574&image=2&table=forumtopics' class='bbc_emoticon' alt=':(' />.
Regards,

Danny.

Sergey Kornilov admin 1/23/2013

You need to build this sort of layout manually. I recommend to use this article as a starting point:

http://www.asprunner.com/forums/topic/6221-how-to-insert-a-subheader-between-groups-of-records/
You can use a JOIN SQL query that pulls data from both master and details tables and insert a subheader with master table info every time master record changes.