A
_Adrian
I need help building the following query..
I'm searching a ZIP code field.. and I need to show any records LIKE
"*[!0-9]*" but unfortunately, this will allow any zip codes + 4 with the
hyphen (eg. 98101-2456) because the hyphen is not 0-9... I don't want to
include these records in the query results! How do I qualify the 0-9 but
also exclude the hyphened records?
I'm searching a ZIP code field.. and I need to show any records LIKE
"*[!0-9]*" but unfortunately, this will allow any zip codes + 4 with the
hyphen (eg. 98101-2456) because the hyphen is not 0-9... I don't want to
include these records in the query results! How do I qualify the 0-9 but
also exclude the hyphened records?