You can use a wrapper form. So if your relation tables are A > B > C, make a form based on B, that has only a tabpanel that displays the C relation, then place the B form in a tabpanel on the A form.
Did that make sense? Sort of hard to describe in a useful way.
The records I want to show are in form C’s table and the field I want to show/search with each record in form C is in form A’s table
so it is still 2 relations (up) away.
What Greg means is you use 3 forms.
Form A is your main form, Form B is just a portal form with a hidden tabpanel that loads Form C.
Since 3.5 you should be able to use this method to use find mode to search 2 relations away. Previous versions couldn’t do that yet.
To DISPLAY data 2 relations away (in a list or tableview) - you can do it two ways:
a) Use a valuelist and a N-M relation
b) Use a field (or label) with the “displaytags” property checked and this value for the “text” property: %%relation1.relation2.fieldname%%