backwards relationship query

318
0
08-14-2012 11:25 AM
danbecker
Occasional Contributor III
currently have the following relationships:

points
...| [point_to_mainTable] one point - many mainTable
...mainTable
.........| [mainTable_to_subTable] one mainTable - many subTable
.........subTable

user clicks point and the 2 queryRelatedFeatures methods are ran, one for each related table. The records are post-processed and displayed in popup; all is well.

How would I allow a user to search subTable or mainTable, in order to locate points?

I could use a find task on the mainTable, grab matching records and graphic highlight joined points, but the subTable is trickier since it isn't immediately joined to points.

any advice?

thanks!
0 Kudos
0 Replies