D
Dan
I am looking for a way to query for the following:
*T*
The problem is the T is surrounded by an * which is a wild card. It pulls
all the records with a T included. But I literally want to find all records
with *T* (with the * on both sides of the T). I found out you can find all
records with an * by running a query for the following:
*[*]* (which is cool. But I want to find an exact match of *T* )
Please help !
*T*
The problem is the T is surrounded by an * which is a wild card. It pulls
all the records with a T included. But I literally want to find all records
with *T* (with the * on both sides of the T). I found out you can find all
records with an * by running a query for the following:
*[*]* (which is cool. But I want to find an exact match of *T* )
Please help !