This is probably a rookie question, but I have a polygon that represents a bunch of zip codes. I have another table, call it the universe, that I want to extract records from that are up to 70 miles outside of the zip code polygon, not the center point, but 70 miles outside the polygon in any direction. This will give me additional zip codes that are not contained in the polygon that are in a 70 mile radius. Any help is appreciated!