Can't figure out how to filter my data using a query based on one field being the substring comparison for another.
My data is as follws:
LAST NAME TAX NAME
Powell Jamie Powell
Smith Countrywide Home Loans
Tomlinson Betty & Thomas Tomlinson
I would like my criteria to be if the data in LAST NAME is contained somewhere in the data in Tax Name, then go ahead and display it in the table. Is there an expression or funtion I can use?
My data is as follws:
LAST NAME TAX NAME
Powell Jamie Powell
Smith Countrywide Home Loans
Tomlinson Betty & Thomas Tomlinson
I would like my criteria to be if the data in LAST NAME is contained somewhere in the data in Tax Name, then go ahead and display it in the table. Is there an expression or funtion I can use?