Navigating to views of related records from within detail view.
Suppose I have forms A and B such that records of B are related to records of A via a lookup field (i.e. there is a one-to-many relation between A and B).
Within the detail view of a report for A I can display the related records in form B as a related list, though it doesn't appear that I can actually interact with those records from within the view in any way.
I would like to be able to click a row and be brought to a detail view of the record selected in B. Is this possible?