HI have worked with relationship classes before but almost entirely in a 1:1 system. I am currently trying to work out how to build a relationship class where the records aren't quite as convenient; I'll describe the real life situation.
I have a point layer of schools, and a polygon layer of catchments for each school. There are situations where one catchment could relates to 2 or more schools (depending on the capacity each year), so then in turn those schools are related to at least two catchments (ie its own catchment and the shared catchment).
Normally I'd just assign a field with an ID which matches in both tables, however there will be multiple matches in both tables. How do I manage this in the M:N set up?
I am using ArcGIS Pro but also have access to ArcMap and Portal
Thanks