this is the some code i wrote on a whole bunch of controls, each call a sub at the afterUpdate event.
but the only one that actually works is the first one(cbmDyn1), the rest just don't trigger the afterUpdate event
please help if you could.
Private Sub cmbDyn1_AfterUpdate()
Call curInsAmm
End Sub
Private Sub cmbDyn2_AfterUpdate()
Call curInsAmm
End Sub
Private Sub cmbDyn3_AfterUpdate()
Call curInsAmm
End Sub
Private Sub txtExpenses1_AfterUpdate()
Call curInsAmm
End Sub
Private Sub txtExpenses2_AfterUpdate()
Call curInsAmm
End Sub
Private Sub txtExpenses3_AfterUpdate()
Call curInsAmm
End Sub
but the only one that actually works is the first one(cbmDyn1), the rest just don't trigger the afterUpdate event
please help if you could.
Private Sub cmbDyn1_AfterUpdate()
Call curInsAmm
End Sub
Private Sub cmbDyn2_AfterUpdate()
Call curInsAmm
End Sub
Private Sub cmbDyn3_AfterUpdate()
Call curInsAmm
End Sub
Private Sub txtExpenses1_AfterUpdate()
Call curInsAmm
End Sub
Private Sub txtExpenses2_AfterUpdate()
Call curInsAmm
End Sub
Private Sub txtExpenses3_AfterUpdate()
Call curInsAmm
End Sub