Google Map in an Access Form

J

Jason.Wojnar

I've got an Access form with an Activex webBrowser that displays a
google map based on lattidude and longitude coordinates pulled from
the form (if anyone would like the code please let me know and I'll
post it).

My problem is, I'd like to display the map in a small webBrowser
window (due to space constraints on the form).

Can anyone help with formatting the browser window so that the it
centered on the map?

OR

The browser doesn't have active horizontal or vertical scroll bars (I
don't know why). How do I insert scroll bars and set them to center
on the map portion of the page as a default?

I've searched the group and can't find what I'm looking for and I'm
not all that familiar with Access.

Any help would be greatly appreciated.

Thanks

Jason
 
D

Daniel Pineault

What I'd done in the past was build the google maps url string
(address+city+prov/state+PC/zip...) and then simply used the
application.followhyperlink method to open a browser to display the
website/map. The url must be complete (http://....)
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
 

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