A
Alan Z. Scharf
1. I would like to highlight found text in a textbox field in s subform.
2. I have code which resets the record source for a form to a SQL query
with
a parameter of the search text typed in to an input box. The subform then
displays only the records that meet the search text criterion.
3. Hence, for each record displayed with the navigation forward/back
arrows,
I would like to highlight the found search text in the textbox.
4. This probably has to be done in the OnCurrent event, but I'm not sure
how
to specifically highlight the serch text.
Thanks.
Alan
2. I have code which resets the record source for a form to a SQL query
with
a parameter of the search text typed in to an input box. The subform then
displays only the records that meet the search text criterion.
3. Hence, for each record displayed with the navigation forward/back
arrows,
I would like to highlight the found search text in the textbox.
4. This probably has to be done in the OnCurrent event, but I'm not sure
how
to specifically highlight the serch text.
Thanks.
Alan