Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Duplicate Values in DataCombo

Status
Not open for further replies.

stephenk

Programmer
Mar 12, 2001
21
AU
I am using a DataCombo (DropDownList & ExtendedMatching)which is populated via an ADO Data Control. When the form loads, there are three values to choose from in the list e.g. A, B & C. If I select B (or Type B) the value is set correctly and I can Tab to the next control.

The problem is that when I return to the DataCombo and dropdown the list, I am left with different options being B, B & C. It appears that the selected item replaces the first value in the list. This is not desirable for me.

Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top