Thanks for the reply.
Well, I am already on this path, but first let me analyze the problem of
coding this, a bit.
The form (unbound) has a subform in the detail and a subform and some other
controls in the footer.
The problem is where (and how) to code the mousemove event. In the outer
form? In the detail? In the split label itself? In the footer?
Whichever I choose, the mouse will sometime pass over the subforms, which
swallow the event themselves, so the detail/footer mousemove events stop
occuring.
I believe I'm going to need some API (which I personally hate mixing for
this kind of coding), so if anybody can help I'm all ears(I mean eyes)
TIA