2 EpiComboBox same source

On the Customer, I would like to add a second EpiComboBox that points to the SalesRepCode. This second field would be used for the inside salesperson. I have added it but whenever I choose a name from the drop down, it displays the same name in the other drop down. It appears to not actually change the value in the other box, it just displays that way.

Anyone know how to fix this?

Please let me know if more information is required or if my explanation makes absolutely no sense.

Do they have the same EpiBinding set on them?

No, I created a new field using an Extended UD Table.

can you screen shot the properties of each combo box? like this:

Existing field

New field

Figured it out. I deleted the DescColumnName from the new field and that fixed it.

Great! Sorry, I am having my own combobox issues, so got distracted. Glad you worked it out!