i have a combobox setup as using a 'value list' for data with these values : "YES";5;"NO";3;"DONT KNOW";1
the bound column is set to 1 so that the actual values stored in the db are "YES, NO, DONT KNOW" etc.
however i'm using column 2 to store values to use in A grading system.
basically if someone chooses "Yes", then i want to be able to access and store the value 5 somehow ?
any ideas
Thanks

the bound column is set to 1 so that the actual values stored in the db are "YES, NO, DONT KNOW" etc.
however i'm using column 2 to store values to use in A grading system.
basically if someone chooses "Yes", then i want to be able to access and store the value 5 somehow ?
any ideas
Thanks