I would like a text box to show a value in another text box based on the code a user selects in a combo box. What is the syntax for an IF statement if you have a range of a few choies.
Like: IF txtCode = ["E", "ED", "J"]
THEN ....
ELSE IF txtCode = ["MT","SF","B","BK"]
THEN .....
END IF
I am getting syntax errors trying to express the range of choices
E ED & J
Thanks a lot.
Like: IF txtCode = ["E", "ED", "J"]
THEN ....
ELSE IF txtCode = ["MT","SF","B","BK"]
THEN .....
END IF
I am getting syntax errors trying to express the range of choices
E ED & J
Thanks a lot.