A
Allen Browne
Access cannot give you blinking text (fortunately.)
You can achieve it if program the Timer event of the form, setting the
TimerInterval in milliseconds.
However, if must remember that this event could be running and taking the
CPUs attention at any time, so you can get strange effects such as messing
up the cursor location while you are trying to edit in the VBA window.
You can achieve it if program the Timer event of the form, setting the
TimerInterval in milliseconds.
However, if must remember that this event could be running and taking the
CPUs attention at any time, so you can get strange effects such as messing
up the cursor location while you are trying to edit in the VBA window.