Hi,
I have two combo boxes on my form and basically what I want it to do is so that when I select a value in the first combo box, it takes that value and initiates a query to fill in the second combo box's RowSource with a query.
I got that going with After_Update. However, what's happening now is that if I change the value of the first combo box again, it will update the second combo box's list but won't clear out the existing value selected.
Is there a way for me to clear the value in there? THanks.
I have two combo boxes on my form and basically what I want it to do is so that when I select a value in the first combo box, it takes that value and initiates a query to fill in the second combo box's RowSource with a query.
I got that going with After_Update. However, what's happening now is that if I change the value of the first combo box again, it will update the second combo box's list but won't clear out the existing value selected.
Is there a way for me to clear the value in there? THanks.