Can somebody help me with this. I have a combo box in a form and it has 2 columns (cust_id and customer_name). The combo box will display only the customer name.
The 2 columns are not bound to any column in the form. When user selects a value from the combo box, I need to populated a temporary text box with the cust id and customer name of the selected row.
The 2 columns are not bound to any column in the form. When user selects a value from the combo box, I need to populated a temporary text box with the cust id and customer name of the selected row.