User Profile

Collapse

Profile Sidebar

Collapse
sunnyluthra1
sunnyluthra1
Last Activity: Mar 21 '08, 09:17 PM
Joined: Jan 8 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sunnyluthra1
    started a topic XML Parsing

    XML Parsing

    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>...
    See more | Go to post

  • sunnyluthra1
    started a topic Google Reverse Geocoding

    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...
    See more | Go to post

  • How 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...
    See more | Go to post
No activity results to display
Show More
Working...