I'm looking for a clean way to associate different types of geometry with each other. For example, if I were collecting a point for a mailbox, a line for a fence, and an area for the footprint of the house for every person in the neighborhood, and I wanted to select all of the Smiths' (who own multiple, discontiguous properties) stuff all at once, is there an easy way to do it? I tried relating the geometry tables to a list of property owners (in this example), but that still only lets me go to one geometry at a time (e.g. only selecting the mailboxes, then having to go back to the table to select the fencelines, too, etc.). The only other thing I can think of is doing a Select by Location or by attributes, but that's not as efficient of a solution as I'd like. Thanks!