View Full Version : Using Unbound Combo Box to Select - Won't Select


stidev
07-03-2001, 03:38 PM
Hi,

This is probably something dumb. I'm using an unbound combo box to perform a select on a table on the current subform. I can populate the combo box (two colums) the way I want with the first column hidden as the recordID that I want to select and the second column with the value of the thing that I want displayed for selection.

My problem is simple. The combo box populates find, pulls down fine but absolutely refuses to accept a selection. As I said, It's probably something dumb or unobvious but it's driving me nuts.

Thanks

stidev
07-03-2001, 03:44 PM
Additional Info.

What I mean by won't select is that when I click on any item in the pulled down list ABSOLUTELY NOTHING happens. No Click event NOTHING.

<sigh>

joeyreyma
07-03-2001, 10:29 PM
check ur combo box's LOCKED property, set to false

stidev
07-08-2001, 02:16 PM
Thanks for your suggestion. Control was not LOCKED. Found that I did not have the target of the combobox validly set.

Thanks!