M
magmike
Does anyone have experience with sending and address from a record (while
working in a form of course) to Microsoft's MapPoint software?
If so, how about incorporating a static starting point (such as my office
address) for directions?
Currently I have been using just a text box that uses yahoo's mapping url
syntax (see below) with the Trim function to create directions, but I
really like mappoint's setup, options and functions.
Additionally, considering that the mappoint option isn't feasible, if
someone could help me incorporate my current method into a command button
that would also open the browser with this address, that would also be
acceptable. (I currently copy the text of the text box and paste it - i
can't get it to work setting the box as a hyperlink)
example:
=Trim("maps.yahoo.com/py/ddResults.py?Pyt=Tmap&tarname=&tardesc=&osd=&newname=&newdesc=&dsd=&newHash=&newTHash=&newErr=&newTErr=&newFL=Use+Address+Below&newaddr=555+MyOfficeAddress+Ln&newcsz=Chattanooga+Tn+37416&newcountry=us&newTFL=Use+Address+Below&newtaddr="
& [address] & "&newtcsz=" & [zipcode] &
"&newtcountry=us&Submit=Get+Directions")
Thanks in advance!
working in a form of course) to Microsoft's MapPoint software?
If so, how about incorporating a static starting point (such as my office
address) for directions?
Currently I have been using just a text box that uses yahoo's mapping url
syntax (see below) with the Trim function to create directions, but I
really like mappoint's setup, options and functions.
Additionally, considering that the mappoint option isn't feasible, if
someone could help me incorporate my current method into a command button
that would also open the browser with this address, that would also be
acceptable. (I currently copy the text of the text box and paste it - i
can't get it to work setting the box as a hyperlink)
example:
=Trim("maps.yahoo.com/py/ddResults.py?Pyt=Tmap&tarname=&tardesc=&osd=&newname=&newdesc=&dsd=&newHash=&newTHash=&newErr=&newTErr=&newFL=Use+Address+Below&newaddr=555+MyOfficeAddress+Ln&newcsz=Chattanooga+Tn+37416&newcountry=us&newTFL=Use+Address+Below&newtaddr="
& [address] & "&newtcsz=" & [zipcode] &
"&newtcountry=us&Submit=Get+Directions")
Thanks in advance!