Flashing display

  • Thread starter jervin via AccessMonster.com
  • Start date
J

jervin via AccessMonster.com

hi
i need a certain field or data on that field to flash or blinking when it
display in my form. Any body help me...thanks in advance..
 
J

Jeff Boyce

Jervin

Perhaps you'll want to rethink using a "blinking" object -- some folks can
have a seizure triggered by color and speed of blinking objects.

An alternative would be to change the color of the background of an object
to highlight it.

You could use the AfterUpdate event of the control to modify the Background
Color property(Me.BackColor).

Good luck

Jeff Boyce
<Access MVP>
 
J

jervin via AccessMonster.com

Thanks men...

Jeff said:
Jervin

Perhaps you'll want to rethink using a "blinking" object -- some folks can
have a seizure triggered by color and speed of blinking objects.

An alternative would be to change the color of the background of an object
to highlight it.

You could use the AfterUpdate event of the control to modify the Background
Color property(Me.BackColor).

Good luck

Jeff Boyce
 
Top