Below is the code I currently have in a field of my query.
How do I add to this field and not like "*exhaust*"? I am
looking for anything that has leak but not if it also
has exhaust
How do I add to this field and not like "*exhaust*"? I am
looking for anything that has leak but not if it also
has exhaust
Code:
Leak Totals: Count(IIf([WorkUnitsFaultsMainTBL].[Problem] Like "*leak*",1,Null))