L
Laszlo Szijarto
Is there a way to set a value for an item in a combo box that's different
than what's displayed?
So, for example, I'd like to do something like --
John Smith
Mike Jones
but hidden behind each might be an employee id (155, 239).
When user selects item on the Combo Box, I'd like to extract a hidden ID
field and use that instead of the name (which is more user-friendly to
display).
Thank you,
Laszlo
than what's displayed?
So, for example, I'd like to do something like --
John Smith
Mike Jones
but hidden behind each might be an employee id (155, 239).
When user selects item on the Combo Box, I'd like to extract a hidden ID
field and use that instead of the name (which is more user-friendly to
display).
Thank you,
Laszlo