How-to use a Web Browser control in Microsoft Access to display a Google Map of any address or geolocation (Latitude/Longitude) using the web browser control and some basic VBA.
Update:
Sadly this no longer works with the Old Web Browser control as Google has updated its libraries making IE no longer supported, refer to the following links for more details:
• https://groups.google.com/g/google-maps-js-api-v3-notify/c/l3mdkZ5JyDg?pli=1
• https://support.google.com/maps/answer/3096703?hl=en&co=GENIE.Platform%3DDesktop#zippy=%2Csee-system-and-browser-requirements
• https://developers.google.com/maps/documentation/javascript/browsersupport
So the only way to use Google Maps is via the 'new' Modern Web Browser (Edge/WebView2) control.
Blog Articles on the Subject:
• https://www.devhut.net/access-google-maps-basics/
My Links:
• https://www.cardaconsultants.com/
• https://www.devhut.net/