TommyIndigo
Programmer
I have a form with a combo box that has an elaborate routine for its AfterUpdate event. At certain times, I would like to open this form programatically and specify a value for the combo box. I can do this by assigning the value in VBA, however the AfterUpdate event is not triggered. I've tried Repaint and Requery with no success.
Is there a way I can programatically run the AfterUpdate event on the combo box once I change its value?
Any help would be MOST appreciated!
Is there a way I can programatically run the AfterUpdate event on the combo box once I change its value?
Any help would be MOST appreciated!