I have a combo box with 2 columns "Customer code" and "Customer name", the "Customer code" is the bound column. 1. How can I show the value of the "Customer name" on a separate text box.
2. This combo box is used as a data entry for the new "sales", how can I validate the "Customer name" in a "tbl_sales" by just choosing the "Customer Code" from the combo box.
2. This combo box is used as a data entry for the new "sales", how can I validate the "Customer name" in a "tbl_sales" by just choosing the "Customer Code" from the combo box.