Howdy All, Im hoping someone might be able to please help me...
Ive got code so that when a combo box is updated the code runs,
Private Sub combo1_AfterUpdate()
Which works fine, but Ive also got a button, which updates the value of that combo box, and I need to get that button to run the afterupdate when its pressed, Im just wondering what the best way of doing this is, is there some way i can call the afterupdate code to start, or should it already be starting when the value of the combo box changes anyway......
The code im using on my button is just
Me.combo1.Value = 4
Any help would be awesome....
Cheers Ezy
Ive got code so that when a combo box is updated the code runs,
Private Sub combo1_AfterUpdate()
Which works fine, but Ive also got a button, which updates the value of that combo box, and I need to get that button to run the afterupdate when its pressed, Im just wondering what the best way of doing this is, is there some way i can call the afterupdate code to start, or should it already be starting when the value of the combo box changes anyway......
The code im using on my button is just
Me.combo1.Value = 4
Any help would be awesome....
Cheers Ezy