markda2000
New Member
- Joined
- Mar 24, 2011
- Messages
- 9
I am a complete novice when it comes to VBA but have been asked by employers to complete a project. I am stuck on several parts of it but the one that is giving me the most pain at this moment is dependent comboboxs.
I have two comboboxs set up where the second has a choice that changes dependant on the first. eg
1st combobox is a list of Car manufactures
2nd combobox is a list of model.
This works fine for me however if the user picks say "Ford" from combobox1 then "mustang" from combobox2, if they then go back to combox1 and pick "Chevrolet" at present the result is Chevrolet Mustang. How do I clear combobox2 when the user goes back to Combobox1 and changes the value?
Many thanks in advance.
I have two comboboxs set up where the second has a choice that changes dependant on the first. eg
1st combobox is a list of Car manufactures
2nd combobox is a list of model.
This works fine for me however if the user picks say "Ford" from combobox1 then "mustang" from combobox2, if they then go back to combox1 and pick "Chevrolet" at present the result is Chevrolet Mustang. How do I clear combobox2 when the user goes back to Combobox1 and changes the value?
Many thanks in advance.