D
DennisT
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=Spr...+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
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=Spr...+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