Conditional formatting on a Keyword

M

Mavig

I have a form that I enter a keyword in. I run a report which calls a query
to search for the keyword within a field. The field could have sveral
words/phases in it. If the keyword is found, the report displays the field
with the keyword. How can I highlight just the keyword in the field.
my critera in the query is - like "*" & [form]![frmSearchKeyword]![keyword]
& "*"

Thanks
 
T

Tom van Stiphout

On Sun, 27 Jul 2008 19:10:49 -0700, Mavig

Textboxes can't do that, so you need to use a RTF or HTML control.
May be more work than you want to bite off.

-Tom.
Microsoft Access MVP
 

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

Similar Threads

keyword 2
keyword 2 2
keyword search in query using like function 1
a rookie with a cause 5
keyword table 2
DCount on multivalue fields 2
"like" search function 2
using keyword as SQL query value 5

Top