jrice174
Civil/Environmental
- Nov 8, 2004
- 129
I have many checkboxes on a form. If the user clicks on any one of them, I want to trigger an event (displaying a picture if the value is True). Is there a way to do this without having a procedure for each control?
Private Sub cbx1_Click()
End Sub
thru
Private Sub cbx30_Click()
End Sub
Private Sub cbx1_Click()
End Sub
thru
Private Sub cbx30_Click()
End Sub