I imagine it could be done with a rich text control and the replace function
if you were not looking for values with wild cards in the middle of the criteria.
For example
Like "*Abyss*"
But not
Like "*A[bcd]yss*"
You would need to know the coding that is used in the rich text control to
bold something.
You can perhaps use something like
Replace([MyTextField],"Abyss","<bAbyss/b>")
I can't experiment with that right now. If the control you are using is just
a text control you could use the technique to add some characters before and
after to help spot the hits.
Replace([MyTextField],"Abyss","/-/-/Abyss/-/-/")
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County