strangeryet
Programmer
I have a combo box where the bound column is the numeric Id of the text being displayed on the form (ie. the text equivalent). So the field may read "Operations" and the numeric bound field to the database would be a "3" (for Operations).
In the code when I select the combo box ie..me.cmb122.value or me.cmb122 I always get back the "3". What do I use in order to see the text equilalent?
In other words, what property of the combox will show me "Operations"?
Thanks
In the code when I select the combo box ie..me.cmb122.value or me.cmb122 I always get back the "3". What do I use in order to see the text equilalent?
In other words, what property of the combox will show me "Operations"?
Thanks