Try posting technical information, at least:
Crystal version
Database/connectivity used
Example data
Expected result
Crystal doesn't have a real search function, but it does have the instr and instrrev, which will tell you the location of specific text within a string type field.
You're probably experiencing the 254 character field limitation for formula use within versions Crystal 8.5 and below.
You have 2 simple alternatives, if you're using ODBC to connect to the Access table, a SQL Expression will work, or more appropriately, try creating a Query within Accsss which already performs the check for the text and takes some appropriate action, such as returning a field with the required result, or replacing or...? You can then base the report on this query.
-k