G
Guest
I'm working with a query and would like to know how to do the following:
If field [item] starts with the letter X or Z then field [label] would equal
"1" else "2"
This is what I have so far in my query but the syntax must be wrong:
label: If [item] = *X or *Z then [label] = "1" else [label] = "2"
Thanks.
If field [item] starts with the letter X or Z then field [label] would equal
"1" else "2"
This is what I have so far in my query but the syntax must be wrong:
label: If [item] = *X or *Z then [label] = "1" else [label] = "2"
Thanks.