Folks
The attached database contains a main form, PersonForm, and a subform, RelationshipSubform. PersonForm is bound to PersonTable, which contains a person ID field and a name field. RelationshipSubform is bound to RelationshipTable, which contains a relationship ID field and two person ID fields. How can I get the records in RelationshipSubform to sort by person name (the visible column in the combo box) when the subform is bound to a table that doesn't contain any person name fields?
Remster