Hi all
Using Crystal 9.0 with Access Database:
I have a question relating to Record Selection Formulas.
I want to check a field in my database to see if it has a certain string in it. I can use the Instr function to do this and it works with a single search. It currently looks like this:
instr({CONTACTS.INTERVENTIONS}, "SUC" = 1
What i want to do is to search for multiple strings within the Interventions field. What is the best way to do this. I thought i'd have to create an array of the strings i wasnt to search for and then loop through a for statement for each one. The only problem is that i don't know if this can be done.
Does anyone have any ideas regarding doing this. I'm sure theres probably an easy way of doing it but i just cannot seem to find it.
Thanks in advance
Using Crystal 9.0 with Access Database:
I have a question relating to Record Selection Formulas.
I want to check a field in my database to see if it has a certain string in it. I can use the Instr function to do this and it works with a single search. It currently looks like this:
instr({CONTACTS.INTERVENTIONS}, "SUC" = 1
What i want to do is to search for multiple strings within the Interventions field. What is the best way to do this. I thought i'd have to create an array of the strings i wasnt to search for and then loop through a for statement for each one. The only problem is that i don't know if this can be done.
Does anyone have any ideas regarding doing this. I'm sure theres probably an easy way of doing it but i just cannot seem to find it.
Thanks in advance