flashing text colour

  • Thread starter Thread starter blake7
  • Start date Start date
B

blake7

Hi, I Have a real simple question, I have a check box on my form that the
user ticks if required, I have a bit of code running to turn the label colour
of the check box blue if true, is there a way of making the label text turn
blue and then red and then blue etc etc so it looks like it is flashing while
the record on the form is showing on screen ?? - Thanks All
 
Being able to and whether it's a good idea are two different matters.

Were you aware that flashing lights, particularly red, can trigger epileptic
seizures in some folks?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Hi, I Have a real simple question, I have a check box on my form that the
user ticks if required, I have a bit of code running to turn the label colour
of the check box blue if true, is there a way of making the label text turn
blue and then red and then blue etc etc so it looks like it is flashing while
the record on the form is showing on screen ?? - Thanks All

Set the color in the OnTimer event of the form.
 
Being able to and whether it's a good idea are two different matters.

Were you aware that flashing lights, particularly red, can trigger epileptic
seizures in some folks?

Regards

Jeff Boyce
Microsoft Office/Access MVP

So you mean that the guy having a fit after being pulled over was NOT
just because he was caught driving with a suspended license?
 
Does give me pause to wonder how he kept a license after diagnosis...

Jeff
Being able to and whether it's a good idea are two different matters.

Were you aware that flashing lights, particularly red, can trigger
epileptic
seizures in some folks?

Regards

Jeff Boyce
Microsoft Office/Access MVP

So you mean that the guy having a fit after being pulled over was NOT
just because he was caught driving with a suspended license?
 
Back
Top