I am having a problem with combo box behavior. The combo box source is a query which has item number and description as the 2 columns. I have changed the order so that description sorted alphabetically appears in the first column with auto expand turned on. I have been able to accomplish all this, but I want the item number from the second column to fly into the combo box when the selection is made. I set the bound column to '2', but that didn't do it. This is an unbound combo box. But I'd like to know how to do this for bound and unbound combo boxes because there are many places I can apply this. Thanks for any help!!!