drop down not selectable

rpatel3680

New Member
Joined
Apr 8, 2004
Messages
12
i have my drop down filled with a bunch of terms from a query. the drop down has two columns. the second column is bound to a text box that fills up with the selection from the drop down. when using the form and select from the list some items are not selectable. instead they go to another value in the drop down. i have data like this:

Code:
column1        column2
--------------------------
artery         art
bloodvessel    art
bloodvessel    ven
...

so when i go to select the "bloodvessel" with "art" in the second column, it selects "artery" instead

how do i prevent this from happening?
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Looks like you've get data issues. When you use a drop-down, the values in the bound column should be unique so the look-up knows what to pick. You have art going to artery and bloodvessel -- the first matching item on the list is artery, and that's what you get.

Denis
 
Upvote 0

Forum statistics

Threads
1,221,710
Messages
6,161,445
Members
451,706
Latest member
SMB1982

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top