A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Criteria for an email address fied



 
 
Thread Tools Display Modes
  #1  
Old May 6th, 2010, 08:33 PM posted to microsoft.public.access.queries
Chi
external usenet poster
 
Posts: 299
Default Criteria for an email address fied

Sorry, I posted my email at the Report session..

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:






Thanks
Chi

  #2  
Old May 6th, 2010, 08:44 PM posted to microsoft.public.access.queries
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Criteria for an email address fied

On Thu, 6 May 2010 12:33:00 -0700, Chi wrote:

Sorry, I posted my email at the Report session..

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:






Thanks
Chi


A criterion of

LIKE "*#*"

should return all record containing a digit. Alternatively

LIKE "*[0-9]*"

--

John W. Vinson [MVP]
  #3  
Old May 6th, 2010, 08:44 PM posted to microsoft.public.access.queries
John Spencer
external usenet poster
 
Posts: 7,815
Default Criteria for an email address fied

Answered there.

Like "*[0-9]*"

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

Chi wrote:
Sorry, I posted my email at the Report session..

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:






Thanks
Chi

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:03 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.