12-03-2009, 06:25 PM
HI ,
You can use the If...Then...ElseIf statement if you want to select one of many blocks of code to execute.Then the statement as follows,
If 'Preferred comm' = Email.Enter email in the 'Email' field Then
The above If...Then...ElseIf statement , you can write after 'Preferred comm' in expert view.
You can use the If...Then...ElseIf statement if you want to select one of many blocks of code to execute.Then the statement as follows,
If 'Preferred comm' = Email.Enter email in the 'Email' field Then
Code:
document.write("..")
elseif 'preferred comm' = fax. Enter fax in the 'Fax' field Then
else
document.write("unknown")
End If
The above If...Then...ElseIf statement , you can write after 'Preferred comm' in expert view.