I have a form in MS Access which has an image. The image has an Click event which opens a modal form. The modal form has an OK and Cancel button. When you click the OK button
well I don't agree to
"While VBA does support WithEvents/RaiseEvent, there's no reason to get that complicated here."
I have worked on various VB6 and VBA project. Recently I coded VBA in excel where I raised an event from winform. Few things to be considered when doing so.
You will need to use the workaround and I believe it will work absolutely fine.