Thanks again!!!
This is what i did
I click on the Text Box: text1561, where I have a control source=[db2]-[date4]
I open the Microsoft Vissual Basic, and I select text1561 and afterupdate. This is what I wrote:
Private Sub Text1561_AfterUpdate()
If Me!Text1561<1 Then
Me!Text1561.ForeColor=vbRed
Else if Me!Text1561>2 Then
Me!Text1561.ForeColor=vbBlue
Else if Me!Text1561=2 Then
Me!Text1561.ForeColor=vbBlack
End If
End Sub
After I wrote this, I'm still getting the same color!!!!
I gott another problem: I can't add data on the table but everytime I open the form, I have "0" records!!!!
I don't know what I did!!!!!!!
Patient enough to still give me other suggestion??
