S
StefanL
Guest
Hi ! I have a form with 160 controls in it. I want to trigg an event procedure when a control is clicked (don't matter which). Is it possible to do that on Form level and not Control level (i.e. without specifying an event procedure for every control) ?
Normally you specify Sub <Control name>_Click. But in that way i have to specify 160 such procedure if i want to cover all possible clicks.
I use Access 2000.
Nice if one of you has a solution
/Stefan
Normally you specify Sub <Control name>_Click. But in that way i have to specify 160 such procedure if i want to cover all possible clicks.
I use Access 2000.
Nice if one of you has a solution
/Stefan
Last edited: