I have a number of Yes/No chech=k boxes on a form. The problem is that when
the user moves to these fields, the cursor is not obvious. Is there any way
that the Properties of this field can be changed so that the cursor appears
to the right of these boxes and very clear?
Thanks for any help
Jeff Boyce - 01 Nov 2007 11:16 GMT
Roger
Unlike other controls, the checkbox doesn't allow for a background color
(change) on GotFocus. You could, however, change the background color of
the checkbox's label control...

Signature
Regards
Jeff Boyce
www.InformationFutures.net
Microsoft Office/Access MVP
http://mvp.support.microsoft.com/
Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
> I have a number of Yes/No chech=k boxes on a form. The problem is that when
> the user moves to these fields, the cursor is not obvious. Is there any way
> that the Properties of this field can be changed so that the cursor appears
> to the right of these boxes and very clear?
>
> Thanks for any help
croy - 01 Nov 2007 22:55 GMT
>I have a number of Yes/No chech=k boxes on a form. The problem is that when
>the user moves to these fields, the cursor is not obvious. Is there any way
>that the Properties of this field can be changed so that the cursor appears
>to the right of these boxes and very clear?
Just musing here, but maybe you could put a solid rectangle
(a little larger than the check box) underneath the
checkbox, and then set the checkbox's GotFocus event to
visually change the rectangle.

Signature
croy