J
JohS
Hi
I am trying to make a Query. I will populate suspected corrupted data from a
Table with a single Field which contains email addresses stored as text.
How can I populate the data which contains only: NOT LIKE
"abcdefghijklmnopqrstuvwxyz123456789@._-"?
(A standard Query with NOT LIKE '*[a-z]*' is not working. Do I need to make
a SubQuery or a Funtion do deal with this ?)
JohS
I am trying to make a Query. I will populate suspected corrupted data from a
Table with a single Field which contains email addresses stored as text.
How can I populate the data which contains only: NOT LIKE
"abcdefghijklmnopqrstuvwxyz123456789@._-"?
(A standard Query with NOT LIKE '*[a-z]*' is not working. Do I need to make
a SubQuery or a Funtion do deal with this ?)
JohS