I Have an SQLite table that is dispalyed via a spinner. It has two columns: CODE and DESCRIPTION. I can display both columns in the spinner, but when I select an item from the spinner I would like to only store the CODE in the table. I have done it using a crude way by separating the 2 columns with an semi-colon and parsing the string with Substring2, but I think there is a better way. I saw that 'ExecuteSpinner' might do that , but I diod not find any examples. Does anyone have a better solution?
Thank you
Thank you