Crystal Reports 9
SQL Server 2000
I am retrieving results when I pass a report parameter and the result in a text field is like the parameter, as follows:
{MedicalRecordsforPlaintiffsDecedentsinaCase.Comment} like '*' +{?Search Comment}+'*'
I'd like to take this a step further, and highlight just the portion of the text field result that matches what was entered in the parameter. How can I achieve this, please?
Thank you!
Helen
SQL Server 2000
I am retrieving results when I pass a report parameter and the result in a text field is like the parameter, as follows:
{MedicalRecordsforPlaintiffsDecedentsinaCase.Comment} like '*' +{?Search Comment}+'*'
I'd like to take this a step further, and highlight just the portion of the text field result that matches what was entered in the parameter. How can I achieve this, please?
Thank you!
Helen