I have a table that is related (one to one) to my parks feature class. It has park amenity fields (benches, pool, kayak_rental, etc.) with a yes or no value.
Intersect option: I want to be able to intersect the parks feature class with our benches feature class and if there is an intersection, write yes or no to the benches field in the related table for that park.
Filter option: If the park_name field of the parks fc equals the park_name field of the benches fc, return yes to benches field in the related table for that park.