MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




I am new to Mappoint, so this question probably ha....

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


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 02-11-2002
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
I am new to Mappoint, so this question probably has been answered in the past. I have a set of addresses with the street and city information, but no zip code information. Is there a way I can import this into Mappoint, then export it back out with the correct zip code info? Any help would be appreciated.
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 02-11-2002
Senior Member
Green Belt
 
Join Date: Aug 2002
Posts: 124
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
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
mappoint, question


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


All times are GMT -5. The time now is 04:09 AM.


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