D
Dan
Hello. I'm using Access 2003. I'm having trouble with
some conditional formatting that I would like to do when
using a continuous form. Here's my code:
If (txtApplicationStatus.Value = 1) Then
txtApplicationStatus.ForeColor = 255
End If
I only want this to apply to the particular record that
meets this condition. The way it is now, if this
condition is met by any record, then all of them display
red. Any help would really be appreciated. Thanks.
some conditional formatting that I would like to do when
using a continuous form. Here's my code:
If (txtApplicationStatus.Value = 1) Then
txtApplicationStatus.ForeColor = 255
End If
I only want this to apply to the particular record that
meets this condition. The way it is now, if this
condition is met by any record, then all of them display
red. Any help would really be appreciated. Thanks.