Is there an Is Like operand that can be used in module code?
I want to pass a string variable through to a function and then get the the function to evaluate it using a like statement such as you might do a in a query criteria
If MyString is like *"Hello"* then
....
End if
Thanks
I want to pass a string variable through to a function and then get the the function to evaluate it using a like statement such as you might do a in a query criteria
If MyString is like *"Hello"* then
....
End if
Thanks