Events with VBA & MS Access
I have a MS Access Forms with many text boxes on the form: named "Text1", "Text2"....."Text80", etc. Is it possible to have a single event capture when any of the text boxes is changed? I am trying to avoiding writing 80+ event handlers for each of the boxes. In other words, could a single event sense when anyone of the 80 boxes has been changed, and then pass the appropriate information as to which control has changed?
Thanks
|