P
Paulb9
I have a form that among other things has three memo fields containing
fairly standardized reports. Using the OnCurrent Prop of the form I want to
parse each of these reports looking for very specific text strings. For
example:
If memo-field1 contains string1 and string2 and string3 and string4 set
background color to green, else set to red. Is the LIKE function the best
tool for this job?
fairly standardized reports. Using the OnCurrent Prop of the form I want to
parse each of these reports looking for very specific text strings. For
example:
If memo-field1 contains string1 and string2 and string3 and string4 set
background color to green, else set to red. Is the LIKE function the best
tool for this job?