All,
I have the following expression in a query:
Switch([Code 5 Digits]>=10121 And [Code 5 Digits]<=10135,[Code 5
Digits]&"xxx")
(There are other expresions within Switch, but this is the one in
question.)
I need to evaluate [Code 5 Digits] as a number, but then concatenate
with the text "xxx" if it meets the conditions.
Thanks.
JG Scott
I have the following expression in a query:
Switch([Code 5 Digits]>=10121 And [Code 5 Digits]<=10135,[Code 5
Digits]&"xxx")
(There are other expresions within Switch, but this is the one in
question.)
I need to evaluate [Code 5 Digits] as a number, but then concatenate
with the text "xxx" if it meets the conditions.
Thanks.
JG Scott
Comment