J
JezB
I have a combobox that I want to bind to a data table column (eg. Table
EMPLOYEE column EMP_DEPARTMENT), so that when I step through employees each
employee's department is shown.
However, the actual values in the combobox I want to populate from another
source (eg. Table DEPARTMENT Column DEPT_CODE Description DEPT_DESC.
How do I bind the combobox to EMPLOYEE.EMP_DEPARTMENT while also binding the
available values to the DEPARTMENT table ?
EMPLOYEE column EMP_DEPARTMENT), so that when I step through employees each
employee's department is shown.
However, the actual values in the combobox I want to populate from another
source (eg. Table DEPARTMENT Column DEPT_CODE Description DEPT_DESC.
How do I bind the combobox to EMPLOYEE.EMP_DEPARTMENT while also binding the
available values to the DEPARTMENT table ?