List an MS Access form's controls with their events
问题 I have a humongous Access form with hundreds of controls, all with some events. One of them is throwing an error crying about "Validation or After Update event". No control name, nothing more to go by. So I figured I'd list all the forms with all their validation rules and all their events (not all of them are "[Event procedure]", some are custom function calls). Is there any way to get a list of a control's events? My code so far: Sub ListAllControlsAndTheirEvents(FormToCheck As Form) Dim