I have a relationship_n_n for add mode and edit mode which works great. I would like to change the display of the relationship_n_n in read, so instead of it displaying the values of the from the relationship_n_n table I want the text values to be links to edit the records in the relationship_n_n table.
So instead of this:
Field Name: Option 1, Option 2, Option 4
It would be:
Field Name: Option 1, Option 2, Option 4
Ideas how I can go about doing this?