Re: Query
From: maggie (anonymous_at_discussions.microsoft.com)
Date: 04/01/04
- Next message: DBarker: "Re: BIZZARE issue can not view data added to table"
- Previous message: marcus: "query grindingly slow!"
- In reply to: Tom Ellison: "Re: Query"
- Next in thread: Tom Ellison: "Re: Query"
- Reply: Tom Ellison: "Re: Query"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 31 Mar 2004 19:26:49 -0800
I don't need an exact match, I can get that to work.
What I need is to find all names that may match.
Example: One name is 'AutoNation' the other name is 'The
Auto Nation'. I need the query to find the match between
the two. I tried using the like function with the name
of the field I want to watch match on but that doesn't
work. Any help would be appreciated.
Thanks.
>-----Original Message-----
>Dear Maggie:
>
>I recommend you do this in separate steps. Bring the
text strings
>into a table first. Then do the matching.
>
>It's not clear whether you need exact matches, or
pattern matching, or
>what. More details on that, please. What is a "similar
string?" Do
>you have an algorithm in mind on which to base this?
>
>Tom Ellison
>Microsoft Access MVP
>Ellison Enterprises - Your One Stop IT Experts
>
>
>On Wed, 31 Mar 2004 13:35:39 -0800, "maggie"
><anonymous@discussions.microsoft.com> wrote:
>
>>Does anyone know how to write a query that would search
>>text strings on an incoming file and compare them to a
>>table that exists on Access. For example, compare name
>>between list of already existing names and list of new
>>names. But the comparison has to not be exact, so that
>>you can search a similar string.
>
>.
>
- Next message: DBarker: "Re: BIZZARE issue can not view data added to table"
- Previous message: marcus: "query grindingly slow!"
- In reply to: Tom Ellison: "Re: Query"
- Next in thread: Tom Ellison: "Re: Query"
- Reply: Tom Ellison: "Re: Query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|