Dear people, good afternoon...
I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control.
Than I need to discover what was the control clicked and then, take an action.
In my case, I have a form and a subform inside it and the controls are inside this subform.
I have tryed to use the property form_mousedown, but when a lable is clicked, the event in the form simply isn't executed.
Can somebody help me to understand what can be done to solve the question?
The workaround would be to write a routine for each event of each control and I wouldn't like to do that.
Best regards
Ricardo
I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control.
Than I need to discover what was the control clicked and then, take an action.
In my case, I have a form and a subform inside it and the controls are inside this subform.
I have tryed to use the property form_mousedown, but when a lable is clicked, the event in the form simply isn't executed.
Can somebody help me to understand what can be done to solve the question?
The workaround would be to write a routine for each event of each control and I wouldn't like to do that.
Best regards
Ricardo
Comment