Hey everyone
I’m using a listbox and populating it by using the following sql-statement:
The column “name” is the shown text in the listbox and the column “code” is the bound field value.
After the user selected an item a macro is called to read out the selected value (which comes from the column “code”).
Is there a possibility to read the selected value in column “discount” without having to make a DB-call as the values have been already loaded in the list box?
Thanks for the feedback.