Does anyone know of the best way to do the following:
We have a field containing surnames and we want to only flag the names which contain illegal characters (eg £, $, ^, & , * etc) and ignore any names which have [A-Za-z] and spaces, hypens and apostrophes
I can see we can use like and [A-Z] and we can do searches such as like "*&*" to find any string containing a &, but for the number of "illegal" characters we want to find that's a lot of OR this OR that etc!
We can't use custom function as we are using C++ front end and must rely on query with native Access functions sush as Instr/Like !
Any ideas?

Andy
We have a field containing surnames and we want to only flag the names which contain illegal characters (eg £, $, ^, & , * etc) and ignore any names which have [A-Za-z] and spaces, hypens and apostrophes
I can see we can use like and [A-Z] and we can do searches such as like "*&*" to find any string containing a &, but for the number of "illegal" characters we want to find that's a lot of OR this OR that etc!
We can't use custom function as we are using C++ front end and must rely on query with native Access functions sush as Instr/Like !
Any ideas?
Andy