I am using CR v9
I have long text string that has the data I need separated by a ;. I would like to give each occurence of ; a position number and then use the MID formula to display them on a report.
I have used 'Instr' in my attempt, I found the first occurrence and the shortened the string this value, then found the next occurence.... and so on. This gets me the result but is very slow.
I have long text string that has the data I need separated by a ;. I would like to give each occurence of ; a position number and then use the MID formula to display them on a report.
I have used 'Instr' in my attempt, I found the first occurrence and the shortened the string this value, then found the next occurence.... and so on. This gets me the result but is very slow.