GPGeorge
George Hepworth
- Local time
- Today, 13:49
- Joined
- Nov 25, 2004
- Messages
- 3,128
I’m modifying an existing Access database for deployment to a non-profit.
I decided to add control tip text to text boxes and combo boxes on one form since I don’t know what volunteers might end up using it. I figure it’ll help new volunteers add/update new books. This form displays as a subform if that’s relevant.
The control tip text flashes for less than a second. I know it is flashing because the outline around it briefly shows. It repeatedly flashes as long as the cursor is over a control and the control has focus.
There are no timer, mouse-move, or requery events running in any form in the database application. All I have to do is set focus to one of the text boxes and let the cursor hover over it.
I’m reluctant to put a lot of time in an alternative to built-in control tips because it is, after all, volunteer work for a non-profit and this feature is just a nice-to-have addition.
What should I be looking for that could cause this?
I decided to add control tip text to text boxes and combo boxes on one form since I don’t know what volunteers might end up using it. I figure it’ll help new volunteers add/update new books. This form displays as a subform if that’s relevant.
The control tip text flashes for less than a second. I know it is flashing because the outline around it briefly shows. It repeatedly flashes as long as the cursor is over a control and the control has focus.
There are no timer, mouse-move, or requery events running in any form in the database application. All I have to do is set focus to one of the text boxes and let the cursor hover over it.
I’m reluctant to put a lot of time in an alternative to built-in control tips because it is, after all, volunteer work for a non-profit and this feature is just a nice-to-have addition.
What should I be looking for that could cause this?