G
Guest
I'm trying to have a piece of data that is displayed in a form flash to gain attention. The form's Timer event is already used up by a requery so I went into the code of the forms Open event to set up a for-next routine that would change the text boxes forecolor with the code below....but it won't work 8-( It just changes to the second color and I never see the red.
ptname.SetFocu
ptname.ForeColor = 25
Dim x As Doubl
For x = 1 To 9900
Next
ptname.ForeColor = 44528
I know this is simple and I'm just missing something...but can't think what it is...
thanks for lookin
ptname.SetFocu
ptname.ForeColor = 25
Dim x As Doubl
For x = 1 To 9900
Next
ptname.ForeColor = 44528
I know this is simple and I'm just missing something...but can't think what it is...
thanks for lookin