MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




How do I Integrate MapPoint with MSAccess

This is a discussion on How do I Integrate MapPoint with MSAccess within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I want to be able to create a page in a subform that automatically reads the address fields and displays ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-20-2005
Junior Member
White Belt
 
Join Date: Sep 2005
Posts: 1
How do I Integrate MapPoint with MSAccess

I want to be able to create a page in a subform that automatically reads the address fields and displays the location with a MapPoint ActiveX. Where do I begin? Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 09-21-2005
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Hi,

Reading address fields is something you can do in access and to display the location you can do something like:

Code:
            Location loc = mp.ActiveMap.GetLocation(lat, lon, alt);
            Pushpin pp  = mp.ActiveMap.AddPushpin(loc, name);
            pp.Symbol = theSymbol;
            pp.Note = theText;
            // PP.BalloonState = GeoBalloonState.geoDisplayBalloon;
            // pp.Highlight = true;
            // PP.GoTo();
            // or what you wisch as result:
            mp.ActiveMap.GoToLatLong(lat, lon, alt);
Make alt == 1 to have precise results.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
integrate, mappoint, msaccess


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
AirMagnet First to Integrate Spectrum Analysis Eric Frost News and Announcements 0 02-06-2006 12:39 PM
Adding pushpins by lat/long or address using MPC in MSAccess GM MapPoint 2006/2009 Discussion 0 11-01-2004 01:00 PM
Mappoint templates and use within Msaccess Dazzer MapPoint 2006/2009 Discussion 0 09-23-2003 05:54 AM
using msaccess with password to import data in mappoint2002 geethesh MapPoint 2006/2009 Discussion 0 07-23-2003 11:06 AM


All times are GMT -5. The time now is 08:42 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54