I have a formula in Excel that I would like to know how it can be converted to be done in an Access query instead.
The Excel formula is:
=ISNUMBER(SEARCH(B1,A1))
I am checking to see if the value of B1 exists in A1. Is there an Access function that does that same thing?