Master --> Detail --> Sub Detail ???
Hi,
I have a master detail relationship in a query where the detail references the master via a parameter such as "Where Detail.MasterID = :MasterID". This work well. I now want to add a sub detail that links to the detail table (not the master) as in:
Master Table -->
Detail Table -->
Sub Detail Table
So the sub detail would be something like "Where SubDetail.DetailID = :DetailID"
Is this possible in FR? How would it be setup in Delphi? I have tired various techniques but I have not had any success.
Thanks!
Dave
I have a master detail relationship in a query where the detail references the master via a parameter such as "Where Detail.MasterID = :MasterID". This work well. I now want to add a sub detail that links to the detail table (not the master) as in:
Master Table -->
Detail Table -->
Sub Detail Table
So the sub detail would be something like "Where SubDetail.DetailID = :DetailID"
Is this possible in FR? How would it be setup in Delphi? I have tired various techniques but I have not had any success.
Thanks!
Dave
Comments