I raised a query which now works as per David Zemens\' instructions and BrakNicku guidance.
Problem is one of the events I want to use is Enter. Wit
So the approach I went with was: I already had Class Module that was trapping Change
event (can be seen here). As i didnt have access to Enter
event in my class, I used the KeyUp
and MouseDown
events in this class to set help for each control. This way user can get to a field by clicking on it or tabbing to it: help is displayed for the selected control