I need a way to find the first occurrence of any of the following characters that appear in a string starting in position 3 and return the position.
Characters to find: _ / - * {space} '
I know I can do it with nested if's and instr but believe there has to be a slicker way.
Can anyone help?
I'm using Access 97.
Characters to find: _ / - * {space} '
I know I can do it with nested if's and instr but believe there has to be a slicker way.
Can anyone help?
I'm using Access 97.