Posted 16 January 2024, 5:08 pm EST
I have a combo in the WindForms version, populated from a table with 2 columns, one the primary key and the other description. I want to show only the description in the list so I have made the PK column as the second column and made it hidden.
When the user makes a selection I need to access the PK.
I can get the description and search the list, but is there an alternative approach? Can I get the PK from the display in the combo?
Thanks