I suspect this is not an unusual situation, but I can't find a good solution. I have Parent.db with 1:M relationship to Child.db. Child.db includes a 1:1 link to ItemList.db. ItemList records include ItemKey (PK) and ItemName (string). On a form, I want to show a Parent record with a TableFrame for Child records sorted by ItemName. I can think of a couple of clunky ways to do this (flat tables, creating a temporary table every time I move to a new Parent record) but is there a good, simple way to accomplish this?
Thanks
