I have 3 tables:
House:
(String) HouseName
Person:
(String) PersonName
(String) HouseName - (Foriegn Key to House)
Possession:
(int) id
(String) PersonName - (Foriegn Key to Person)
(String) PossessionName
I am trying to display the tablets in the following format.
So what I did was create a business list and two related lists, and set up the external content types, with association.
I then assigned the lists, to create the required association.

The problem is my lists come out with some arrow next to them, which you click to get next list. How do I change this to clicking on the actual word.

I also have no idea how to actually assign the layout Ive created. I created one in sharepoint designer, in PageLayouts.
And finally, is this the best way of obtaining data for such a scenario? I feel so restricted in sharepoint as opposed to a website. (but it must be done in sharepoint)