Hi,
I am working on a Geocoding tool in MS Access.
when I make a query using google api. I get the following KML file back as a search result.
Here is the result.
<?xml version="1.0" encoding="UTF-8" ?>
- <kml xmlns="http://earth.google.co m/kml/2.0">
- <Response>
<name>Lake Road, Ontario, NY, 14519</name>
- <Status>...
User Profile
Collapse
-
Google Reverse Geocoding
Hi,
I was creating an Application in MS Access for Geocoding a particular Address from Google to get the Lat & Long.
I successfully able to did that.
Here is the code:
*************** *************
On Error Resume Next 'if address not found, just move along
Dim xml_document As DOMDocument
Set xml_document = New DOMDocument
Dim rootNode As IXMLDOMNode
Set rootNode... -
sunnyluthra1 started a topic How Open Database to search for a table using vba to display its data properties.in AccessHow Open Database to search for a table using vba to display its data properties.
Hi Everyone,
I am working on a piece of code, that displays the properties(Name , Datatype, size & Description) of the table in the database.
Now I want to further Enhance the code.
I Have created a form in MS Access, on that form, I have 2 buttons & a text box.
One button is to select a mdb file, whom properties i want to display. Second button then stores that properties in a Excel file.
when I open the...
No activity results to display
Show More