I have a very large database with over 50,000 records. I am querying property addresses such that if the property address and owner address are a mismatch, the query will return a result. I am using Owner address <> [Property Address] to run the query. It works great except for typos present from the source database file.
For example, using the image below
owner address: 1323 "Cimarron Trl"
the property address: "1323 Cimarron Tr"
The only reason the query returns this is as a mismatch is because one is missing the "l" in "trl".
or another example
Property Address: "4706 NE Loraine St"
Owner Address: "4706 E Loraine St"
Again the only reason for this mismatch is because one contains "NE" and the other is missing the "N" in "NE".
Is there a query I could run that could account for these typos?
![]()