Criteria for an email address field

C

Chi

Hi,

I would like to make a query that give me a list of the emails address with
number in it?

I tried to use wildcard characters in the query design view, but it always
gives me a blank record.
Ex: I would like pull out the emails like below:

(e-mail address removed)
(e-mail address removed)
(e-mail address removed)


Thanks
Chi
 
J

John Spencer

Using criteria
Like "*[0-9]*"
against the email field should return all that contain 1 or more number
characters.

John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County
 
C

Chi

Hi John and Karl,

Thank you very much! It works great!!

John Spencer said:
Using criteria
Like "*[0-9]*"
against the email field should return all that contain 1 or more number
characters.

John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County
Hi,

I would like to make a query that give me a list of the emails address with
number in it?

I tried to use wildcard characters in the query design view, but it always
gives me a blank record.
Ex: I would like pull out the emails like below:

(e-mail address removed)
(e-mail address removed)
(e-mail address removed)


Thanks
Chi
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Criteria for an email address fied 2
Criteria 2
Between Date 10
Criteria 3
Changing "From" Email address based upon "To" 0
Date criteria 4
Field Criteria 9
Using a combobox value and wildcards to filter a query 4

Top