Can access give driving directions?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like a button which can generate mapquest maps or the like off of
address fields. Can I accomplish this using VBA? Do I need to buy map point
to gain this functionality?
 
You could use code to construct the Internet Explorer address field. It
would have to include the mapquest (or similar) URL and the various tags
needed to find an address. Just go look at a map in mapquest and pull out
the various parts of the URL where your code would need to include the ZIP,
Address, etc.
 
Rick, do you have an example?

Rick B said:
You could use code to construct the Internet Explorer address field. It
would have to include the mapquest (or similar) URL and the various tags
needed to find an address. Just go look at a map in mapquest and pull out
the various parts of the URL where your code would need to include the ZIP,
Address, etc.
 
Rick, do you have an example?

Rick B said:
You could use code to construct the Internet Explorer address field. It
would have to include the mapquest (or similar) URL and the various tags
needed to find an address. Just go look at a map in mapquest and pull out
the various parts of the URL where your code would need to include the ZIP,
Address, etc.
 
Back
Top