Highlight keywords in result of perameter query

R

Ryan Tisserand

I have a query perameter "*" & [Keyword Search] & "*" the returns the records
based on the keyword. Works great. Is there a way the keyword to be
highlighted or change color in the results?
 
J

John Spencer

Not that I know of. Especially in a query.



--
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 
R

Ryan Tisserand

What about on a form?

John Spencer said:
Not that I know of. Especially in a query.



--
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
..

Ryan Tisserand said:
I have a query perameter "*" & [Keyword Search] & "*" the returns the
records
based on the keyword. Works great. Is there a way the keyword to be
highlighted or change color in the results?
 
J

John Spencer

Only if the controls were rich text controls. Then you could probably do it
for single form display and perhaps for continuous forms.

I'm sure this would require code to handle the HIGHLIGHTING and that you
would also need to have the code turn off the highlighting when you closed
the form.

--
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
..

Ryan Tisserand said:
What about on a form?

John Spencer said:
Not that I know of. Especially in a query.



--
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
..

message
I have a query perameter "*" & [Keyword Search] & "*" the returns the
records
based on the keyword. Works great. Is there a way the keyword to be
highlighted or change color in the results?
 
Top