
when the value in the combo box changes the list box is requeried to show the updated value.
this all works fine but when i come to save the record the table entry correcsponding to the list box value IS NOT UPDATED.
It would appear to be because the value in the list box is not "selected"?
How do I ensure the value in the list box is automatically selected in code?
thanks