Hi again,
I've continues in my pursuit to build out my old database.
I setup a relationship.ini file for my episode table
[SpecificEpisodes]
matrix_item.ITEM_ID = matrix_episode_item.ITEM_ID
matrix_episode_item.EPISODE_NUMBER = "$EPISODE_NUMBER"
action:label = "Items Specific to this Episode"
It seems to work fine it pulls the right items (it displays the "item_name" in the tree view), however, when i click on the [+] next to the items name is doesnt' pull up anything at all. I figured it would pull up the items info such as "item_id", "item_name" and "item desc"
Also, in the future I might want to use the the "item_id" instead of the "item_name" is there a way to change what it displays?
I would post an image of the effect, however, I'm not sure how to here.
Much Appreciated!