D
Daron.Lowell
Basically, is it possible to integrate Google maps into a mailmerged
document?
I would like to create a form letter to include not only directions
from the individual home address to the event, but also include the
Google map, possibly using the web control.
I have an Access form that I can update the web control with to and
from addresses using a URL like:
Web_MyBrowser.Navigate "http://maps.google.com/maps?&saddr=" & str_From
& "&daddr=" & str_To
Web_MyBrowser is my web control
str_From is the starting address (street, city, state)
str_To is the destination
Can this be duplicated in Word using mailmerge fields? is this the
correct newsgroup to post this to?
TIA
Daron
document?
I would like to create a form letter to include not only directions
from the individual home address to the event, but also include the
Google map, possibly using the web control.
I have an Access form that I can update the web control with to and
from addresses using a URL like:
Web_MyBrowser.Navigate "http://maps.google.com/maps?&saddr=" & str_From
& "&daddr=" & str_To
Web_MyBrowser is my web control
str_From is the starting address (street, city, state)
str_To is the destination
Can this be duplicated in Word using mailmerge fields? is this the
correct newsgroup to post this to?
TIA
Daron