I know the control tip text will display information about a text box. However I was wondering if there is a way to change it based on the value of the text box. Is it possible to create a mouse move event that will do the same thing?
i.e. value of txtStatus
If [txtStatus] = A then "good"
If [txtStatus] = B then "bad"
something to that effect. I don't really know if it is possible or how to code it. Any help would be greatly appreciated.
Thanks,
Patrick
i.e. value of txtStatus
If [txtStatus] = A then "good"
If [txtStatus] = B then "bad"
something to that effect. I don't really know if it is possible or how to code it. Any help would be greatly appreciated.
Thanks,
Patrick
Comment