Hey all,
I'm trying to relate a series of tables to each other.
- Table A is a list of documents
- Table B is these documents and which plots of land they're relevant to (a many:many relationship)
- Table C is the plots of land
- Table D is the actual shapes for the land. Some parcels have been merged (So Parcel X and Parcel Y are in the same shape).
My strategy is to use Table B as the relationship class between A and C, then to relate C and D.
Step 1 works, Step 2 is where this falls apart. I looked at it again and I got the relationships working correctly.(5/19/21)
Is there a way to streamline the process so when I click on record in Table A, I get taken to the appropriate records in Table D?
Ideally I'd be able to also click on the plots of land (Table D) and have the list of associated documents (Table A) appear in the pop-up as well.
If there are any tips or ideas, I'd really appreciate them.
Thank you!