PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

Accessing information from Mapquest

 
 
DennisT
Guest
Posts: n/a
 
      13th May 2010
I have been successful in accessing the Mapquest maps by using a starting and
ending address, but do not have any idea how to return driving distance and
driving time to usable variables in Access. Any ideas? I am using the
following on a button:
addr1 = Replace(Me!Text32, " ", "+")
city1 = Replace(Me!Text34, " ", "+")

strurl =
"http://www.mapquest.com/maps?1c=Springfield&1s=IL&1a=120+W+Jefferson+St&1z=62702&1y=US&1v=ADDRESS&2c="
& city1 & "&2s=" & State & "&2a=" & addr1 & "&2z=" & Zip &
"&2y=US&2v=ADDRESS#mqPgSt2"
Command64.HyperlinkAddress = strurl
--
DennisT
 
Reply With Quote
 
 
 
 
Tom van Stiphout
Guest
Posts: n/a
 
      14th May 2010
On Thu, 13 May 2010 15:18:01 -0700, DennisT
<(E-Mail Removed)> wrote:

Most of these map providers like Google and Bing and probably Mapquest
as well provide an API you can use to get more information. Check out
their site; you will likely find information on how developers can use
the service.

-Tom.
Microsoft Access MVP


>I have been successful in accessing the Mapquest maps by using a starting and
>ending address, but do not have any idea how to return driving distance and
>driving time to usable variables in Access. Any ideas? I am using the
>following on a button:
>addr1 = Replace(Me!Text32, " ", "+")
>city1 = Replace(Me!Text34, " ", "+")
>
>strurl =
>"http://www.mapquest.com/maps?1c=Springfield&1s=IL&1a=120+W+Jefferson+St&1z=62702&1y=US&1v=ADDRESS&2c="
>& city1 & "&2s=" & State & "&2a=" & addr1 & "&2z=" & Zip &
>"&2y=US&2v=ADDRESS#mqPgSt2"
>Command64.HyperlinkAddress = strurl

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing Mapquest info from Excel Bruce Microsoft Excel Programming 0 28th Dec 2006 08:40 PM
Link to mapquest for addresses from contact information? =?Utf-8?B?d29vZG1laXN0ZXI=?= Microsoft Outlook Contacts 1 7th Jan 2006 01:39 AM
Accessing information on IIS programatically thechaosengine Microsoft Dot NET 2 18th Feb 2005 04:20 PM
code to map address information in a table to mapquest tk Microsoft Access Getting Started 1 1st Oct 2004 07:46 AM
Accessing the Login Information on SPS via ASP .net =?Utf-8?B?UmFuamFuIGFzIHVzdWFs?= Microsoft ASP .NET 1 25th Jun 2004 10:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:59 PM.