I have a RoadCenterline feature class, and have added the parsed FULLNAME attribute fields (ROADPREDIR, ROADNAME, ROADTYPE, ROADPOSTDIR). I would like to get the associated data for each RoadCenterline feature from its match in the MasterStreetName table.
I originally attempted to do this with a simple join, but it's not working correctly. The issue seems to be in the one-to-many nature of the relationship; each MasterStreetName record applies to many RoadCenterline features.
I thought I might be able to concoct a solution using the DynamicValue table. I'm just not sure which value methods to use, or how to go about doing it efficiently.
Does anyone have any ideas, or direction?
Thanks!