Zeroanarchy
Technical User
Having issues with a continues form in that if I want to change the color of one of the fields as follows:
If [2] >= 1 Then
Me.[2].BackColor = RGB(255, 0, 0)
Else
Me.[2].BackColor = RGB(255, 255, 255)
End If
End Sub
What happens is that the first entry in [2] set the color for all the rest of the entries on the contiues form.
The form has a Form Header
Form Footer
Page Header
Page Footer
And Details, the details is continues..
Anyone got any answer for this one.
Thanks
If [2] >= 1 Then
Me.[2].BackColor = RGB(255, 0, 0)
Else
Me.[2].BackColor = RGB(255, 255, 255)
End If
End Sub
What happens is that the first entry in [2] set the color for all the rest of the entries on the contiues form.
The form has a Form Header
Form Footer
Page Header
Page Footer
And Details, the details is continues..
Anyone got any answer for this one.
Thanks