Working in MS Access 2013. Have a ton of locations/addresses which need to be standardized.
Examples include addresses like:
- 500 W Main St
- 500 West Main St
- 500 West Main Street
You get the point.
I've considered running a query that pulls all records where the left(7) or something characters exist more than once in the database, but there are obvious flaws in that logic.
Is there a function or query or anything else that would help me generate a list of records whose addresses may exist multiple times, in slightly different fashions?
This is a tricky business ... equal parts Black Magic and Science. You will be amazed at the variations of Boulevard alone.
This is why I use the Google API. It can be time consuming, for the initial data-set, but only new adds would need to be resolved.
For example
returns, in part
and the GOOD News is
returns the same formatted address as the previous query
VBA Example:
Upon executing the following code ...
... the string variable
response
contains the following JSON data: