I have some code where the <> Operator is not working. I've not noticed this in the past, and I've not altered anything.
If [Counter].Value = 0 And [DLHours]> [CLHour] And [Title] <> "NVQ*" And [LoadBandYN] = "N" And [Value1] > [Value2] Then
<peformsomething>
End If
How can I rearrange this to work correctly.
Thanks for any help.
If [Counter].Value = 0 And [DLHours]> [CLHour] And [Title] <> "NVQ*" And [LoadBandYN] = "N" And [Value1] > [Value2] Then
<peformsomething>
End If
How can I rearrange this to work correctly.
Thanks for any help.