In "BuildEditControl" I added a TextBox to the left of the Linked List Combo.
My idea is to have the TextBox linked to the record(field) and use the ComboBox only to populate the TextBox if desired.
I don't want data in the TextBox to add new items to the Linked List Combo.
Does this sound like a reasonable idea?
What code would I need to change to accomplish this?