Access VBA, Get KML File Data (Google Earth API)
This article explains how to get data from a KML file using VBA for Access. KML files are basically XML files, therefor the process is basically the same as getting data from any other XML File. The method uses the MSXML object. I’ve explained how