If you are looking to have a summary report and want to drill into say the left hand column and drill to the parent record and NOT the supporting detail, then you can make a [hyperlink] and use that in place of the [field].
Let's say that your summary report is by Branch and that the key field of the Branch table is Record ID#. maybe the field is called [Branch hyperlink]
var text Words = [Branch];
car text URL = URLRoot() & "db/" & {_DBID_BRANCHES] & ?"a=dr&rid=" & [Related Branch];
"<a href=" & $URL & ">" $Words & "</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------