Can access give driving directions?

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?
 
R

Rick B

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.
 
G

Guest

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top