If rs("nodename") NOT = "Home" Then
should be:
the above guarantees that the case issue is resolved, (and i'm assuming it's a field)Code:if UCase(rs.Fields("nodename")) <> "HOME" Then
HTH
|
Results 1 to 4 of 4
Thread: Compare two stringsThreaded View
|
Click Here to Expand Forum to Full Width |