Hi, just a quick question, I wondered if there was a quicker way of doing the following:
Expr1: IIf([field1] Like "*criteria1*" Or [field1] Like "*criteria2*",[field2]+20,[field2])
Do I need to be typing the full "or ... like" statement for each criteria or is there another way like putting the criteria in brackets separated by a comma etc.. I've attempted a few ways but just get syntax error.
Thanks for your help
Expr1: IIf([field1] Like "*criteria1*" Or [field1] Like "*criteria2*",[field2]+20,[field2])
Do I need to be typing the full "or ... like" statement for each criteria or is there another way like putting the criteria in brackets separated by a comma etc.. I've attempted a few ways but just get syntax error.
Thanks for your help
