I have a dropdown list which needs to be filled according to previous user input. I run a query within a Sub to fill the dropdown but I would like this to happen when the dropdown list is clicked.
Is it possible to add a click event to a dropdown list in order to run a Sub?
Go to the complete details ...