hello, I have 3 cascading combo boxes and I want one of the combo boxes to populate a corresponding value into a text box.
I am putting .cboBox.column(1) into the text box but it doesn't work.
Here is the sql for the combo box.
SELECT DISTINCT NEXTGENERA_V_CMB_METAFIELDS2.DB_COL_NAME, NEXTGENERA_V_CMB_METAFIELDS2.BIZ_NAME, NEXTGENERA_V_CMB_METAFIELDS2.BIZ_DEF, NEXTGENERA_V_CMB_METAFIELDS2.DRVD_IND, NEXTGENERA_V_CMB_METAFIELDS2.BIZ_LOGIC, NEXTGENERA_V_CMB_METAFIELDS2.DB_OBJ_NAME
FROM NEXTGENERA_V_CMB_METAFIELDS2;
Please help I have trying to figure this out the past few days.