Forgive me for posting what is likely an incredibly elementary design question in order to construct a relational DB I need for a project.
ISSUE
I need to be able to query a municipality and identify staff that works in other municipalities. Furthering that relationship, if there are staff members in the municipality at the second level of the relationship, identify any staff also work in any other municipalities.
RESULT
The result I'm looking for is if I select Boise (Municipality A), for example, it will tell me if any of the staff there works in another municipality (Municipality B). Furthermore, if staff at Municipality B works at yet another municipality (other than Municipality A) it will be included in the report.
I used to be able to design these kinds of relationships in a GIS environment quite easily but Access is a foreign language to me.