Views: Is it possible pull a value two tables away?

Views: Is it possible pull a value two tables away?

I've searched as best I can, but I'm falling short on terminology.  Forgive me if this sort of thing should be easily answered.

Here's a description of my project:

We are using our Zoho Creator database to record interactions with school groups who visit our institution.  Each Interaction is tied to a School.  Each School is tied to a School District.

Interaction -->  School  --> School District

Our institution receives tax support from a given region, and schools belonging to districts within that region receive discounts on programming fees.  We have, therefore, included a field in our School District table that indicates whether the district is located within the tax-contributing region.
 
In the Interactions view, we have linked to the Schools table and from there pull the name of the School District.  However, we would like to be able to see which interactions occurred with schools in districts within the tax region.  I cannot find a way to link from the Interactions to School District table so that we can pull the 'region' value into the Interactions view.

So my question is: is there a clean way to pull a value from a table two 'hops' away from the table being 'viewed'?