My Assistant
|
|
Sep 14 2004, 08:47 AM
Post
#1
|
|
|
New Member Posts: 1 |
I have two fields in two separate tables with similar values that I would like to attempt to match on.
For example: Table1 Field IVY (Integrated Virtual Chemistry) Chime/Chime Pro for Internet Explorer Table 2 Field Accelrys IVY 1.1 Chime Pro Add-on I have used the following query with an ending wild card to do some loose matching but am wondering if there are any other ways to match on similar fields. SELECT [All App Table].[InformationResourceName], [All_Installed_Desktop_Apps].[Application Name] FROM [All App Table] INNER JOIN All_Installed_Desktop_Apps ON [All App Table].[InformationResourceName] Like [All_Installed_Desktop_Apps].[Application Name] & "*"; |
|
|
|
![]() |
Sep 14 2004, 10:58 AM
Post
#2
|
|
|
UA Admin & Utter Angel Posts: 3,039 From: Virginia, USA |
Go to my site and download the Soundex demo database.
|
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 19th May 2013 - 12:37 AM |