JaredTaylor74
Technical User
is there a way to have two seperate flashing text boxes in a form flash at different intervals?
here is what i have in the form timer ...
Me.lblIdleAlert.ForeColor = vbYellow
Me.lblIdleAlert.Visible = Not Me.lblIdleAlert.Visible
that works for the one text box... but i want another text box to flash at a different rate.. one at 500, the other at 250
any ideas?
Thanks
here is what i have in the form timer ...
Me.lblIdleAlert.ForeColor = vbYellow
Me.lblIdleAlert.Visible = Not Me.lblIdleAlert.Visible
that works for the one text box... but i want another text box to flash at a different rate.. one at 500, the other at 250
any ideas?
Thanks