B
Brad
Hi,
I am trying to create a formula (for a custom text field) that creates a
value based on two wildcards in the [Name] field. I have been able to do the
first test:
IIf([Name] Like '*conference*','1')
- I succesfully get a "1" whenever it finds the word 'confernce' in the
[Name] field.
What I need to do now is make an AND statement somethng like:
IIf([Name] Like '*conference*' AND [Name] IS NOT LIKE '*XYZ*],'1')
Any assistance would be greatly appreciated!! I'm stumped.
Thanks,
Brad
I am trying to create a formula (for a custom text field) that creates a
value based on two wildcards in the [Name] field. I have been able to do the
first test:
IIf([Name] Like '*conference*','1')
- I succesfully get a "1" whenever it finds the word 'confernce' in the
[Name] field.
What I need to do now is make an AND statement somethng like:
IIf([Name] Like '*conference*' AND [Name] IS NOT LIKE '*XYZ*],'1')
Any assistance would be greatly appreciated!! I'm stumped.
Thanks,
Brad