Hi,
I am looking into changing the backcolor of a report text box depending if the data for that record contains a portion of a string.
the field is a text field. If it were a query i know how to filter the data: like "*XYZ*" but in VB i don't know how to do it.
How can i do that in a simple way, like an If [Field] contains "XYZ" then
field.backcolor =76
thanks,
I am looking into changing the backcolor of a report text box depending if the data for that record contains a portion of a string.
the field is a text field. If it were a query i know how to filter the data: like "*XYZ*" but in VB i don't know how to do it.
How can i do that in a simple way, like an If [Field] contains "XYZ" then
field.backcolor =76
thanks,
Comment