3 tables - Parents, Children and Colors. Colors is a referential lookup to the Parent table, and Parents is a parental lookup to the Children table.
I need to see the Parent's favorite color in the gallery, which is based on the Children table.
Is an AddColumn with a Lookup the way to go? Is there a way to hop entities with "."s? I can't figure it out.
