Hi all,
I'm rather new to vba coding and I got two comboboxes. (in fact 3 but the third should work the same as the second so that doesn't matter)
The second combobox is being filled by the first combobox so when I select a type in the first, all subtypes in the second show. I used a query for the second combobox and when I update the first combobox I requery.
It works fine, exept one point. The second combo box updates but keeps the old value as a selection inside. How can I remove the old value and set the selection to the first new value?
Thanks
I'm rather new to vba coding and I got two comboboxes. (in fact 3 but the third should work the same as the second so that doesn't matter)
The second combobox is being filled by the first combobox so when I select a type in the first, all subtypes in the second show. I used a query for the second combobox and when I update the first combobox I requery.
It works fine, exept one point. The second combo box updates but keeps the old value as a selection inside. How can I remove the old value and set the selection to the first new value?
Thanks