I have the following if/then statement on my asp page, The problem i have is i need to add more instances to the highlighted word.
Can anyone advise?
Can anyone advise?
Code:
If obj_RS1("FullTimeOccupation") = "CH" Then
If UCase(str_Value) <> [COLOR=red]"Chef"[/color] Then
int_Errors = 1
str_Error = "Use ""Chef"" as your occupation"
End If
End If