G
Guest
Is it possible to construct a CDO.To statement based on the value of an
incoming form drop down list which contains any word such as "ChangeStatus:"
How would I construct the IF statement to isolate the 'string' in the
incoming variable to allow a branching statement:
If Request.form("ChangeStatue") containts the string "Sales Alert" Then
'//
Else
'//
End If
Would it use something like Instr(Request.form("ChangeStatus"),
"SalesAlert") Then
To = (e-mail address removed)
Else
To= (e-mail address removed)
End If
Appreciate any help here!
Thanks
Jason
incoming form drop down list which contains any word such as "ChangeStatus:"
How would I construct the IF statement to isolate the 'string' in the
incoming variable to allow a branching statement:
If Request.form("ChangeStatue") containts the string "Sales Alert" Then
'//
Else
'//
End If
Would it use something like Instr(Request.form("ChangeStatus"),
"SalesAlert") Then
To = (e-mail address removed)
Else
To= (e-mail address removed)
End If
Appreciate any help here!
Thanks
Jason