Consulting

Results 1 to 4 of 4

Thread: Google Maps

  1. #1

    Google Maps

    Is it possible to use Google maps (or some other map system) with a MS access database? I could see how this cold be a real help in certain instances.

  2. #2
    VBAX Master stanl's Avatar
    Joined
    Jan 2005
    Posts
    1,141
    Location
    Quote Originally Posted by DBinPhilly
    I could see how this cold be a real help in certain instances.
    It goes without saying that it would help if you could be more specific. I have used Google Maps, Bing Maps, and other providers to hold lat/long, directions, or actual maps as binary field (expanded out to Excel templates).

    What is your goal?

  3. #3
    Quote Originally Posted by stanl
    It goes without saying that it would help if you could be more specific. I have used Google Maps, Bing Maps, and other providers to hold lat/long, directions, or actual maps as binary field (expanded out to Excel templates).

    What is your goal?
    for police usage: select an address from a MS Access or SQL Server database and from there get the google maps info displayed.

  4. #4
    VBAX Master stanl's Avatar
    Joined
    Jan 2005
    Posts
    1,141
    Location
    Quote Originally Posted by DBinPhilly
    for police usage: select an address from a MS Access or SQL Server database and from there get the google maps info displayed.
    So you are saying the database exists. Not sure about licensing, but assuming everything is Kosher...

    1. Select [address] FROM TABLE...

    2. Format/validate address for Google Maps.

    3. Submit address (1. as web query 2. HTTPS query)?????

    4. Display Output. [ ]

    Again, give more specifics and the code is not that difficult.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •