PC Review


Reply
Thread Tools Rate Thread

Filtering for fields with character

 
 
Louis
Guest
Posts: n/a
 
      15th May 2010
How can I filter for results that contain the charcter "(" ?

For example if my fields are:

A(2001)
B(2004)
C
D(2055)
E(2006)

I would like to display results that contain parentheses brackets.

I try filtering using the wildcard *(* but it does not work.
 
Reply With Quote
 
 
 
 
John W. Vinson
Guest
Posts: n/a
 
      15th May 2010
On Sat, 15 May 2010 07:00:28 -0700 (PDT), Louis <(E-Mail Removed)>
wrote:

>How can I filter for results that contain the charcter "(" ?
>
>For example if my fields are:
>
>A(2001)
>B(2004)
>C
>D(2055)
>E(2006)
>
>I would like to display results that contain parentheses brackets.
>
>I try filtering using the wildcard *(* but it does not work.


Try

LIKE "*(*"

Wildcards only work with the LIKE operator; if you just put

*(*

on the criteria line it will search for that exact sequence of three
characters.

If you want to search *for a wildcard character* without having it treated as
a wildcard, enclose it in square brackets:

LIKE "*[#]*"

will search for the # character, rather than treating it as a numeric digit
wildcard.
--

John W. Vinson [MVP]
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Filtering records by filtering information on diffrent tables. Ironr4ge Microsoft Access Forms 0 6th Jul 2007 02:12 PM
Outlook 2003 Junk filter not filtering SPAM, filtering items from =?Utf-8?B?S3lsZSBPcnI=?= Microsoft Outlook Discussion 0 26th Apr 2006 07:13 PM
Timing: Filtering wit Rules vs. filtering with VBA Howard Kaikow Microsoft Outlook VBA Programming 1 8th Nov 2005 03:14 PM
trouble filtering a list. Why isn't column filtering? =?Utf-8?B?UGF0?= Microsoft Excel Worksheet Functions 1 18th Jul 2005 03:30 PM
Re: Spam filtering tools - Bayesian filtering Aaron Freeware 17 30th Sep 2003 08:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:06 AM.