My problem is similar to another one posted, but I'm a novice so I'm not sure if those answers would apply. Here is the problem:
I have X number of sites in several states (one data set which has a PlaceName).
I have xyz number of employees who work at the sites (identified by PlaceName).
I want to find employees who live more than x number of miles away from their PlaceName.
I want to be able to export the final product as a table.
So I know I could probably use Model builder to iterate through each PlaceName and Employee, but I'm not sure how to do that.
I could also use Spatial Join but I'm not sure just how to configure them (which is my primary, one to many or one to one?,) etc.