Community of VE/MapPoint Users and Developers
This is a discussion on I am new to Mappoint, so this question probably ha.... within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I am new to Mappoint, so this question probably has been answered in the past. I have a set of ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| |
| |||
|
Sure, with VB code you can use the "FindResults" method to get the PostalCode. You can find code to bring data into MapPoint here. The following code shows how to use the "FindResults" method to get the "PostalCode" property. <pre> Dim objLocFR As MapPointCtl.Location Dim objMap As MapPointCtl.Map Dim objFind As MapPointCtl.FindResults Set objMap = ctlMapPoint.ActiveMap Set objFind = objMap.FindResults("SR-520 & 148th Ave NE, Redmond, WA") For Each objLocFR In objFind Debug.Print objLocFR.StreetAddress.PostalCode Next </pre> You could then update a database with the zip code. I couldn't find a way to do it using the Import Data Wizard, or any other way that would not involve code. - Walt Cygan |
![]() |
| Tags |
| mappoint, question |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MapPoint Question Please Help | Anonymous | MapPoint 2006/2009 Discussion | 4 | 09-18-2006 03:39 AM |
| MapPoint Question- | Anonymous | MapPoint 2006/2009 Discussion | 3 | 01-11-2005 02:52 PM |
| question about MapPoint | Anonymous | MapPoint 2006/2009 Discussion | 3 | 12-21-2004 10:21 AM |
| MapPoint Address Question | Anonymous | MapPoint 2006/2009 Discussion | 1 | 04-22-2003 09:44 PM |
| I am new to MapPoint and I have a similar question.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 07-02-2002 11:37 AM |