I would like to have a Listbox with a hidden value member and a visible display member. I have done this with setting the DataSource to a table, for example, but I haven't been able to do this just using the item collection editor screen.
I don't want to go through the hassle of setting up a datasource when all I need is something like:
I have tried to separate each like with a semicolon (like in MS Access) and it shows the literal display with the semicolon in it. Anyone know how to do this?
Thanks!
I don't want to go through the hassle of setting up a datasource when all I need is something like:
Code:
Value Display
1 Sam
2 Victor
3 Holly
Thanks!