Can't get the label to flash

  • Thread starter Thread starter Silvester
  • Start date Start date
S

Silvester

Hi,

I use the label flash code found in
http://www.mvps.org/access/forms/frm0020.htm

on a new mdb A2000 form and it works fine.

But when I try it on another form in my existing A2000 app - it refuses to
flash even though the on timer triggers are identical.

Is there anything I am doing wrong ??

Thanks
 
Did you set the Timer Interval in the other form? Also note that the timer
interval is in milliseconds (1/1000 of a second) so to flash every quarter
second you need to set the Timer Interval to 250.
 
Back
Top