Expression box pointing to dropdown content

S

Stanley

Hi,

I want to use an expression box that points to the value of a dropdown list.
The value of the dropdown is an Id number and the display name is a text, for
example:

1 Bike
2 Car
3 Airplane

So when i point the expression to the dropdown, when Bike is selected, the
box shows "1" instead of "Bike". Is there away to point to the display name
instead of the value?

Thnx
Stanley
 
S

Stanley

This example is using a textbox to point to a dropdown not an expression box.
But i solved it in another way. I've added a textbox, filled this with the
same value as the dropdown and pointed the expression box to the textbox.

Thnx,
Stanley
 
Top