T
Thanks2U
I have 2 if statements that are unrelated to each other,
but the outcome of the variable of each of these are.
Here is my first one:
If sToEMail = "" Then
sTo = "DT" & CStr(lDistrictNbr)"@microsoft.com"
Else
sTo = sToEMail
End If
Then my second one:
If iCall_Type = 9 Then
sTo = sCmd
End if
Both IF's need to be evaluated, but not sure how to
handle this with the outcome of the sTo variable.
Help?
Thanks!
but the outcome of the variable of each of these are.
Here is my first one:
If sToEMail = "" Then
sTo = "DT" & CStr(lDistrictNbr)"@microsoft.com"
Else
sTo = sToEMail
End If
Then my second one:
If iCall_Type = 9 Then
sTo = sCmd
End if
Both IF's need to be evaluated, but not sure how to
handle this with the outcome of the sTo variable.
Help?
Thanks!