JBNewsGroup
Mon May 09 02:58:48 CDT 2005
Hi Jezebel and Graham,
Thanks for the response. I am still having a problem. What I am trying to
do is search the table for all entries beginning with the letter "A" but I
do not want entries where the "A" has a preceding space.
For instance; I want to find "Argentina" and "Argentina - Buenos Aires" but
I do not want the "Aires" of "Argentina - Buenos Aires."
I tried <A*>[!( <A*>] (space before the < in the not expression). This is
definitely wrong.
Is this even possible or do I do I have to access each table entry and look
at the first character?
Jerry Bodoff
"Graham Mayor" <gmayor@DELETECAPSmvps.org> wrote in message
news:eTTYLfGVFHA.3244@TK2MSFTNGP15.phx.gbl...
> Jezebel has quoted the required parameter, but for more info. on
wildcards,
> see
http://www.gmayor.com/replace_using_wildcards.htm
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site
http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
>
> JBNewsGroup wrote:
> > Hi,
> >
> > I have a table with alphabetic entries in it. I want to search the
> > table for all entries beginning with a selected letter. I need to
> > add a NOT to the search but I haven't been able to construct a string
> > for the NOT. As an Example:
> >
> > Table
> > ...
> > Argentina
> > Argentina - Buenos Aires
> > ...
> >
> > So far I have <A{1} which seems to pick all the "A" entries.
> > However, what do I add to the string so that the word "Aires" is NOT
> > selected.
> >
> > Any help or suggestions would be appreciated.
> >
> > Jerry Bodoff
>
>