Hi guys,
I have two feature classes here one is points and another is polygon. The rule i want to apply is to only let them join by attribute when the point intersects with polygons.
Both feature classes are land ownership data hence both of them would have features with same geometry but different attribute (lot number, unit number and etcs)
I am thinking to use database joiner to join the table but does anyone knows how i can apply the rule to only let intersected feataures to be joined?
Thanks!