In the attached database see the form "Master Form." Under the Parent section, the first field is called fullName. I changed this from text box to Combo box. The row source is the parent table with the forth column (full name) as the bound column. This column appears in the full name field.
Basically, instead of having a text box which will read in fullName values, I want a combo box that will list the same values.
When I change the fullName field to combo box and try to make a selection, I get an error that the 'fullName' field is read-only. I can't even make a selection. This occurs after I change this field to a combo box.
Why isn't this working?