• Not sure if this query extract is helpful but it helped me in a recent situation where I was trying to deal with non-alpha characters:

    WHERE ([Bill Freq] IS NOT NULL) AND ([Bill Freq] NOT LIKE '^[A-Za-z0-9]+$') AND ([Bill Freq] NOT LIKE '')