How to find text that is surrounded by a wild card, specificly an

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 !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top