So I've been trying to get a "simple" cascading combo box to work but I can't seem to get it correct.
The first combobox lists the fields correctly, but the second combobox comes up blank. There is information in each field within the table (tblFactors).
Basically, I want to be able to pick a FactorName from cboFactorName then the second combobox (cboLotNumber) would list the LotNumbers associated with that FactorName. It's pulling the data from the same table (tblFactors) which has both fields (FactorName & LotNumber) in it.
I've attached pics with my code and the results.
Thanks in advance.
The first combobox lists the fields correctly, but the second combobox comes up blank. There is information in each field within the table (tblFactors).
Basically, I want to be able to pick a FactorName from cboFactorName then the second combobox (cboLotNumber) would list the LotNumbers associated with that FactorName. It's pulling the data from the same table (tblFactors) which has both fields (FactorName & LotNumber) in it.
I've attached pics with my code and the results.
Thanks in advance.
Attachments
Last edited: