B
Bob Hairgrove
I have a textbox which is meant to be clicked on, not edited. It is an
unbound control in a subform in continuous view. There is code in the
OnClick event procedure which calls Application.FollowHyperlink. I
need to have a different URL for each record, which is why I can't use
an ordinary label for this (clicking on a label doesn't make the
record current, if you've never tried this yourself ... ).
Everything works fine, except that the mouse pointer changes to the
insertion caret when hovering over the text box. Is there any way to
keep the arrow mouse pointer?
Thanks for any tips!
unbound control in a subform in continuous view. There is code in the
OnClick event procedure which calls Application.FollowHyperlink. I
need to have a different URL for each record, which is why I can't use
an ordinary label for this (clicking on a label doesn't make the
record current, if you've never tried this yourself ... ).
Everything works fine, except that the mouse pointer changes to the
insertion caret when hovering over the text box. Is there any way to
keep the arrow mouse pointer?
Thanks for any tips!