P
Pete Provencher
Using Access 2000:
I have two tables that have owner names. i would like to write a query that
will tell me the differences. I creaed this query:
Diff: IIf([data].[ownername]=[county].[owner],"same","diff")
The problem is that the [county] table has a comma between the last and
firist name and it also might have the middle name spelled out. Is there a
way to use "like" so it will find something close.
Thanks for any assistance.
Pete Provencher
I have two tables that have owner names. i would like to write a query that
will tell me the differences. I creaed this query:
Diff: IIf([data].[ownername]=[county].[owner],"same","diff")
The problem is that the [county] table has a comma between the last and
firist name and it also might have the middle name spelled out. Is there a
way to use "like" so it will find something close.
Thanks for any assistance.
Pete Provencher