I feel like this is a stupid question, but I'm having a lot of trouble with it.
I'm trying to relate a series of tables with relationship classes. I have it set up as 1:M relationship classes going A->B->C->D. This works fine; I can select a record in A and have the appropriate records also get selected in Table D.
However, I can't get it to work going the other direction; if I select a record in D, none of the other tables will have anything selected.
I was able to get around this previously by using a series of Relates; these let you work in both directions, but I can't get this to work in Relationship classes, and since I'd like this data to be hosted in a webmap, in-memory relates aren't going to cut it.
How can I get Relationship classes to work backwards while selecting related records?
Thanks!