How can you get the current text of a Combo box? When I use the value property, it gets the value of the bound column, and when i try to use the text property, it gives me the error that the box must be currently selected. Is there another property or way I can get this? Thanks