Spinner with Hidden Column?

Shane119

Member
Licensed User
Longtime User
Hi everyone

I'm getting there writing my 1st proggie, slowly but getting there. I was wondering if there is a control/library that is similar to a spinner, but has a second hidden column?

What I'm trying to do is have a drop down with a list of consultants, but have thier ID number accessable when selected. I can do this the long way of re-looking up their name in an sqlite db and return the ID number, but would be nice if I could just access it straight from the spinner.

Thank you in advance of any help you can give.:)
 
Top