Hi,
in a database I am working with there is a field where the data entered by the users are an description of an operation they are doing, Its in a table called OPSUM, and the main fields are PHASE, TASK and ACTIVITY, these contain a code to describe what they were doing, and then there is a fourth field; OPER, which contains text to describe the operation. I want to search this field for occurrences of a particular text string (in this case "test bop", where TASK="BOP" and ACTIVITY="a". Does anyone know what kind of expression I have to use to search for a word anywhere inside a text string?
thanks
Kjell
in a database I am working with there is a field where the data entered by the users are an description of an operation they are doing, Its in a table called OPSUM, and the main fields are PHASE, TASK and ACTIVITY, these contain a code to describe what they were doing, and then there is a fourth field; OPER, which contains text to describe the operation. I want to search this field for occurrences of a particular text string (in this case "test bop", where TASK="BOP" and ACTIVITY="a". Does anyone know what kind of expression I have to use to search for a word anywhere inside a text string?
thanks
Kjell