Hi,
When I build a drop down list with ASP runner interface, I usually use an existing table that contains the OptionID and the Optiontext.
example :
1 : BMW
2 : Mercedes
3 : Renault
The information stored is the table is the OptionID and that is what I want.
But how can I display in the list and Edit page the Optiontext instead of the OptionID.
To clarify, If I add a record, and select Mercedes, what I see in the list page, or when I edit the record is 2.
Thanks for your help.