K
Karen
I have a form with 2 comboboxes. The rowsource of the second combobox depends on the choice made in the first combobox. Both comboboxes are bound controls.
combobox1 is a 2 column combobox with an index in column 1 and associated Agency Name in column 2
I choose a value in combobox1 then I set the rowsource of combobox2 to only show Agents who work for the Agency selected in combobox1.
combobox2 is also a 2 column combobox with an index in column1 and the associated Agent Name in column 2.
When I close the form and reopen, the previously selected value in combobox1 is displayed but the previously selected value in combobox2 is not displayed; the underlying table has stored the key for the Agent name, the combobox2 just doesn't display.
What really dumb thing am I not doing?
combobox1 is a 2 column combobox with an index in column 1 and associated Agency Name in column 2
I choose a value in combobox1 then I set the rowsource of combobox2 to only show Agents who work for the Agency selected in combobox1.
combobox2 is also a 2 column combobox with an index in column1 and the associated Agent Name in column 2.
When I close the form and reopen, the previously selected value in combobox1 is displayed but the previously selected value in combobox2 is not displayed; the underlying table has stored the key for the Agent name, the combobox2 just doesn't display.
What really dumb thing am I not doing?