In my form called Master Form, the row source is the query called qryParentGymnast to display the values to appear in the pull down menu. I added the fields I want to display on the form. However, instead of adding the field called "Full Name" from the Parents table, I added a Combo Box. In the Combo Box wizard, I selected the option to "Find a record."
In Form View, when I select name from the pull down menu, Access does not jump to the record for the person I selected. In fact, nothing changes on the form. By default this was unbound so no Control Source. Since the values in my menu list come from the "Full Name" field of the Parent table, I set the Control Source to "Full Name." This is still not working.
I get an error message saying "Parent.FullName" field is read-only. I don't want the Combo box in the header (which didn't work anyway).
Since I am selecting a value from a field in the query, I would think this would work. Why is this not working?
Database attached.