Hello
I have combo box with following table as bound as row source and columns
ID --> CustomerName--> CustomerID --> VendorName --> Invoice Number
So in control property I set column count =4 and column width = 0";2";2";2";2" and bound column =2 as I want to store CustomerID when I save recrod.
The combobox suppose to store customer ID while we save record as it is bound to column CustomerID of the form query.
Now when i create new record and save it saves as CustomerName as it is first column of the field.
But I want to store value as CustomerID even though they select customerName from combobox.
Please assist me what is missing.
I have combo box with following table as bound as row source and columns
ID --> CustomerName--> CustomerID --> VendorName --> Invoice Number
So in control property I set column count =4 and column width = 0";2";2";2";2" and bound column =2 as I want to store CustomerID when I save recrod.
The combobox suppose to store customer ID while we save record as it is bound to column CustomerID of the form query.
Now when i create new record and save it saves as CustomerName as it is first column of the field.
But I want to store value as CustomerID even though they select customerName from combobox.
Please assist me what is missing.