All; using 2010. I have a form and a subform. I filter the subform based on a combo box on the main form. this works fine. But I want the description of the record or records in a unbound text box on the main form to represent the title. I originally used the combo box which again worked until the combo box was set to ="" afterupdate. When this happens; the text box on the main form = "" also because it was based the combo box. So I was thinking I should base it on the subform child field. How do I do this please?