It Sounds like you need to set the column propertites of the cbo. the first column in your row source should be your Key value, the second column should be the data you want displayed. You can then set the properties of the cbo like so: ColumnCount = 2, ColumnWidths = 0cm;4cm, BoundColumn = 1.
This will then hide the numeric 'Key' value and just show the second column but the Key value is still bound to the underlying field.
Hth,
Jon
|