text blinking

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a textbox naming unitsonhand which is a number datatype if the text is
10 or less than 10 the text should blink. if it is more than 10 the text
should not blink.
 
You should avoid blinking text. There are ways of doing something that will
look like blinking text, but it is poor design. Perhaps if you are trying to
make it obvious when the amount is less than a certain figure, you might
consider using a msgbox


Cheers
 
Back
Top